What is the SQL Information Schema ?

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

Example

The schema of a relation is its columns along with all attributes such as data type.


Powered by ComboStrap