Introduction to Database System
Which of the following is not a restriction for a table to be a relation?

No two rows in a table may be identical.
The columns must be ordered.
All of the entries in any column must be of the same kind.
The cells of the table must contain a single value.

ANSWER DOWNLOAD EXAMIANS APP

Introduction to Database System
In SQL, the CREATE TABLE is used

to redefine a column
All of these
to add a column/integrity constraint to a table
to change a table's storage characteristics
to create a table, defining its columns, integrity constrains, and storage allocation

ANSWER DOWNLOAD EXAMIANS APP