Computer Science
Which command is used for creating tables ?
DDL & DML
7 Likes
Answer
In SQL, CREATE TABLE command is used for creating tables in database.
Answered By
4 Likes
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 ?