Home »
MCQs »
Oracle MCQs »
Oracle Change Password, Check Constraints, Comments, and Primary Key MCQs
What is/are the parameter(s) in the syntax of using primary key in CREATE TABLE statement?
11. What is/are the parameter(s) in the syntax of using primary key in CREATE TABLE statement?
- Table_name
- Constraint_name
- Column_1, column_2,...,column_n
- All of the above
Answer: D) All of the above
Explanation:
The parameter in the syntax of using primary key in CREATE TABLE statement is -
- Table_name
- Constraint_name
- Column_1, column_2,...,column_n