Saved Bookmarks
| 1. |
Which of the following is the right syntax for the assertion?(a) Create assertion ‘assertion-name’ check ‘predicate’;(b) Create assertion check ‘predicate’ ‘assertion-name’;(c) Create assertions ‘predicates’;(d) All of the mentionedThe question was asked in an international level competition.My question is from Integrity Constraints in chapter SQL : Queries, Constraints and Triggers of Database Management |
|
Answer» Right OPTION is (a) Create assertion ‘assertion-name’ CHECK ‘predicate’; |
|