Answers for "to remove a column in a table oravle"

SQL
4

delete column from table oracle PL SQL

ALTER TABLE table_name DROP COLUMN column_name;
Posted by: Guest on March-13-2020

Code answers related to "to remove a column in a table oravle"

Code answers related to "SQL"

Browse Popular Code Answers by Language