How to remove column from table? | Sololearn: Learn to code for FREE!
Neuer Kurs! Jeder Programmierer sollte generative KI lernen!
Kostenlose Lektion ausprobieren
0

How to remove column from table?

25th Sep 2016, 4:23 PM
JANVI SUTARIYA
1 Antwort
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