Computer Science
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.