Create Schema
Essentially a folder that is used to separate tables ect within a database.
Tables can point at tables in other schemas.
Everything must reside within a schema.
The default one is called dbo .
CREATE SCHEMA SName
DROP SCHEMA SName
Essentially a folder that is used to separate tables ect within a database.
Tables can point at tables in other schemas.
Everything must reside within a schema.
The default one is called dbo .
CREATE SCHEMA SName
DROP SCHEMA SName