Computer Science
Each SQL table must have at least one column and one row.
SQL Queries
3 Likes
Answer
False
Reason — Each SQL table must have at least one column, there is no requirement for it to have at least one row.
Answered By
1 Like
Related Questions
Null (unavailable and unknown) values are entered by the following command:
INSERT INTO TABLE_NAME VALUES ("NULL");
ALTER TABLE command is used to modify the structure of the table.
Foreign key column derives its value from the primary key of the parent table.
DISTINCT clause is used to remove redundant rows from the result of the SELECT statement.