Answers for "write a sql statement to drop the column city from the table locations."

SQL
3

sql drop column

ALTER TABLE my_schema.my_table DROP COLUMN my_column;
Posted by: Guest on May-02-2021

Code answers related to "write a sql statement to drop the column city from the table locations."

Code answers related to "SQL"

Browse Popular Code Answers by Language