SQL - Delete Cascade is used with? -


i'm learning sql , i'm stuck on 1 of review questions , can't find answer in text book. when 'delete cascade'

what 'used' with?

  • a. used primary key constraint
  • b. used unique constraint
  • c. used referential constraint
  • d. used type constraint

i want primary key because going identify correct tuple when cascades? right/wrong, don't know 1 right.

thanks.

it used referential constraint.

more referential constraint


Comments

Popular posts from this blog

Line ending issue with Mercurial or Visual Studio -

R - Plot: How to format in 10-base scientific notation and put it text, mtex, title etc functions? -

validation - How to pass paramaters like unix into windows batch file -