oracle delate table code example Example: oracle sql drop table Click to copyDROP TABLE my_table; -- To 'really' free space DROP TABLE my_table PURGE;