CBSE Class 12 Computer Science Question 41 of 79

Table Creation and Data Manipulation Commands — Question 1

Back to all questions
1
Question

Question 1

Constraints can be defined with CREATE TABLE command.

Answer

True

Reason — In SQL, the CREATE TABLE command is used to define a new table in SQL, and it allows to define the columns of the table along with any integrity constraints such as primary keys, foreign keys, unique constraints, etc.