About
In Sql, the information schema 1) is a schema that stores metadata information about the database itself.
It is an ANSI-standard set of read-only views which provide information about
- and procedures in a database
Example
The schema of a relation is its columns along with all attributes such as data type.