Computer Science, asked by Anonymous, 1 year ago

Which statement is used to remove a column from a table?

Answers

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