2.6. DELETE COLUMN FROM TABLE
QUERY :- ALTER TABLE employee DROP COLUMN lastname ;
It remove the column from table.
Last modified: Monday, 2 December 2019, 12:16 PM
QUERY :- ALTER TABLE employee DROP COLUMN lastname ;
It remove the column from table.