Q1 Single choice Flag Select one incorrect statement about schemas. A A schema is the name space for a database object. B A new schema is created by 'CREATE SCHEMA'. C One user cannot own multiple schemas. D 'SELECT current_schema();' returns the current schema. E 'DROP SCHEMA' deletes a schema. Correct answer