it is a command used to modify the table structure . what is the command here?
Answers
Answered by
5
Answer:
SQL ALTER TABLE command
The SQL ALTER TABLE command is used to change the structure of an existing table. It helps to add or delete columns, create or destroy indexes, change the type of existing columns, or rename columns or the table itself. It can also be used to change the comment for the table and type of the table.
Explanation:
HOPE THIS HELPS U
PLZ MARK AS BRAINLIEST BUDDY :)
>>>>>>>THANK U<<<<<<<
Similar questions