InterviewSolution
Saved Bookmarks
| 1. |
Which of the following is not an integrity constraint?(a) Not null(b) Positive(c) Unique(d) Check ‘predicate’I had been asked this question in an online interview.I want to ask this question from Integrity Constraints in portion SQL : Queries, Constraints and Triggers of Database Management |
|
Answer» RIGHT option is (b) POSITIVE Best EXPLANATION: Positive is a VALUE and not a CONSTRAINT. |
|