A schema is a collection of database objects (for example TABLE
, VIEW
, TYPE
, TRIEGGER
, etc.).
It is possible for a schema to specify additional metadata information, such as the culture that will be used by default to collate strings in comparisons.
It is not possible to define more than one schema with the same name in a database.