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?

  1. Table_name
  2. Constraint_name
  3. Column_1, column_2,...,column_n
  4. 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 -

  1. Table_name
  2. Constraint_name
  3. Column_1, column_2,...,column_n

Comments and Discussions!

Load comments ↻






Copyright © 2024 www.includehelp.com. All rights reserved.