Which statement is used to remove a column from a table?
Answers
Answered by
0
DELETE FROM table_name
Where condition;
Where condition;
Answered by
1
The statement is --- SQL ALTER TABLE
which is used to remove a column from a table as well as adding or modifying
which is used to remove a column from a table as well as adding or modifying
Similar questions