A system that facilitates implementing a privileged schema in a database,
wherein the privileged schema is comprised of a set of database objects.
Note that in relational database terminology, sometimes object stores are
simply referred to as schema. The system starts by creating the
privileged schema. Next, the system receives a database operation from a
user. The system then authenticates the user to determine if the user is
the owner of the privileged schema. If so, the system executes the
database operation. On the other hand, if the user is not the owner, then
the system rejects the database operation.