CBSE Class 12 Computer Science
Question 41 of 79
Table Creation and Data Manipulation Commands — Question 1
Back to all questionsTrue
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.