Eroxl's Notes
Schema

The schema of a database is the logical structure that defines the organization of data.

Schema Vs Instance

The schema defines the structure (sometimes called the intention) of the database. It is relatively static and changes only through explicit schema modification. The actual data stored at any point in time is the database instance (or extension), which must conform to the schema.