You are on page 1of 2

However, put simply, the database schema is the definition that describes the

entire configuration of the database, including all of its tables, relations, index,
etc.

You can assign a user login permissions to a single schema so that the user can
only access the objects they are authorized to access.

Schemas can be created and altered in a database, and users can be granted
access to a schema. A schema can be owned by any user, and schema ownership
is transferable.
subschema - Computer Definition

Pronounced "sub-skee-mah." In database management, an individual user's partial view of


the database. The schema is the entire database.

You might also like