Computer Science
Constraints can be defined with CREATE TABLE command.
DDL & DML
3 Likes
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.
Answered By
1 Like
Related Questions
Fill in the blanks:
To remove table data as well table structure, use command _________ _________.
Fill in the blanks:
To define a column as a primary key, _________ _________ constraint is used in CREATE TABLE.
Constraints can only be defined with CREATE TABLE command.
Unique and Primary key constraints are the same.