Instances and Schemas
Schema is a description and an instance is a set of data that fits the description.
Schema : logical structure of the database (eg. Set of customers and accounts and the relationship between them)
Instance : actual content of the database at a particular point in time.
One schema may have many instances.
Analogy : type and variable in a programming language.