430 views
0 votes
0 votes

1 Answer

0 votes
0 votes
I think only 1 is correct as on udate cascade will update record in foreign key column too but deleting is invalid as no on delete cascade or set null or no action is used.

Related questions

0 votes
0 votes
0 answers
1
peter09 asked Apr 16
43 views
Give an appropriate tree-structure diagram for the following relational database:Employee (person_name, street, city)Works (person_name, company_name, salary)Company (com...
0 votes
0 votes
1 answer
3
phaniphani asked Nov 16, 2023
199 views
is it allowed in a B+ tree, while deletion to leave behind a key in internal nodes while deleting it from the leaf ?