What are Schemas and Instances ?
Database schema is a description of the structure of a database or a directory (file systems).
There are 3 kind of schemas in Databases -
* conceptual schema which is a map of concepts and their relationships
* logical schema which is a map of entities and their attributes and relations
* physical schema which is a particular implementation of a logical schema
