Search notes:
Oracle: DROP TABLE
See also
Starting with
release 23c
, the
drop table
comes with the
if exists
extension:
drop table if exists tab_xyz
.
drop table … cascade constraint
ORA-00942: table or view does not exist
Oracle SQL noun: TABLE
Index