Computer Science
Which command is used for creating tables ?
DDL & DML
2 Likes
Answer
In SQL, CREATE TABLE
command is used for creating tables in database.
Answered By
1 Like
Related Questions
What is a constraint ? Name some constraints that you can apply to enhance database integrity.
What is the role of UNIQUE constraint ? How is PRIMARY KEY constraint different from UNIQUE constraint ?
What is primary key ? What is PRIMARY KEY constraint ?
What is NOT NULL constraint ? What is DEFAULT constraint ?