1.

What Is The Difference Between The Create Table And Create Any Table Privileges?

Answer»

The CREATE TABLE privilege GRANTS the schema to create TABLES in its own schema; however, CREATE ANY TABLE grants the privilege to create any table owned by any other schema as WELL.

The CREATE TABLE privilege grants the schema to create tables in its own schema; however, CREATE ANY TABLE grants the privilege to create any table owned by any other schema as well.



Discussion

No Comment Found