Home »
MCQs »
SQL MCQs »
SQL Constraints Clause MCQs
Select the correct constraint in SQL?
5. Select the correct constraint in SQL?
- NOT NULL
- CHECK
- DEFAULT
- All of the above
Answer: D) All of the above
Explanation:
The constraints available in SQL are:
- CHECK
- CREATE INDEX
- DEFAULT
- FOREIGN KEY
- NOT NULL
- PRIMARY KEY
- UNIQUE