Some other RDBMS - for example MySQL and postgreSQL: PostgreSQL: Documentation: 9.4: DROP TABLE - support a "drop table if exists" command that avoids an error if you try to drop a table that does actually not exists. I think that's sometimes useful.