What statement do you use to remove a schema and ensure that the removal takes place only if the schema is empty?
DROP SCHEMA RESTRICT
DROP SCHEMA OPTS
DROP SCHEMA CASCADE
DROP SCHEMA CLEAR