Home »
MCQs »
Oracle MCQs »
Oracle Change Password, Check Constraints, Comments, and Primary Key MCQs
What are the parameters in the syntax to check the constraints using CREATE TABLE statement?
5. What are the parameters in the syntax to check the constraints using CREATE TABLE statement?
- Table_name
- Constraint_name
- Column_name
- All of the above
Answer: D) All of the above
Explanation:
The parameters in the syntax to check the constraints using CREATE TABLE statement are table_name, constraint_name and column_name.