Answers for "remove table oracle sql"

SQL
4

delete column from table oracle PL SQL

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

how to remove tablespace in oracle

DROP TABLESPACE tbs_02
   INCLUDING CONTENTS AND DATAFILES;
Posted by: Guest on October-02-2020

Code answers related to "SQL"

Browse Popular Code Answers by Language