4. Managing Tables and Views : Schemas
 
Share this page                  
Schemas
A schema is a collection of any of the following database objects:
Tables
Views
Grants
Each user can have only one schema consisting of definitions of the above types of database objects that the user owns. The database objects belong to the specific schema.
By default, the current user’s schema is always assumed.