Computer Science
ALTER TABLE command is used to modify the structure of the table.
SQL Queries
1 Like
Answer
True
Reason — The ALTER TABLE
command in SQL is used to modify the definition (structure) of a table by modifying the definition of its columns.
Answered By
1 Like
Related Questions
UPDATE TABLE command is used to create table in a database.
Null (unavailable and unknown) values are entered by the following command:
INSERT INTO TABLE_NAME VALUES ("NULL");
Each SQL table must have at least one column and one row.
Foreign key column derives its value from the primary key of the parent table.