Multiple choice

Which of the following statements is a function of CREATE TABLE command?

  1. It is used to add an integrity constraint to a table.

  2. It is used to redefine a column of the table.

  3. It is used to change a table's storage characterstics.

  4. It is used to create tables and definine columns.

  5. It enables or disables integrity constraints.

Reveal answer Fill a bubble to check yourself
D Correct answer
Explanation

This option is correct as CREATE TABLE command creates a table in the database.