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 -

python - Received unregistered task using Celery with Django -

php - Retrieving data submitted with Yii's CActiveForm -