Database - SQL for Database Construction - Discussion

Discussion Forum : SQL for Database Construction - General Questions (Q.No. 15)
15.
The SQL ALTER statement can be used to:
change the table structure.
change the table data.
add rows to the table.
delete rows from the table.
Answer: Option
Explanation:
No answer description is available. Let's discuss.
Discussion:
5 comments Page 1 of 1.

T@RUN said:   9 years ago
Thank you @Anupam.

Dipali said:   9 years ago
Good job @Anupam.

SAI said:   9 years ago
Modify the table structure.

Teju said:   1 decade ago
Drop is for delete table and table data.

Anupam said:   1 decade ago
alter-> modify the table structure.
update-> modify the table data.
insert-> add table value along with row and col.
drop-> delete the table structure. etc
(2)

Post your comments here:

Your comments will be displayed after verification.