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?

  1. Table_name
  2. Constraint_name
  3. Column_name
  4. 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.

Comments and Discussions!

Load comments ↻






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