If you specify CASCADE when creating a Foreign Key, PSQL uses the DELETE CASCADE rule. When a user deletes a row in the parent table, PSQL deletes the ...
確定! 回上一頁