How to remove column from table? | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
0

How to remove column from table?

25th Sep 2016, 4:23 PM
JANVI SUTARIYA
1 Answer
0
To delete a column in a table, use the following syntax (notice that some database systems don't allow deleting a column): ALTER TABLE table_name DROP COLUMN column_name
25th Sep 2016, 4:47 PM
Driss Baidou
Driss Baidou - avatar