The information schema is a set of views providing metadata for objects in relational databases: tables, views, columns, stored procedures, accounts etc.
The information schema is a set of read-only views defined by an ANSI standard and implemented by most popular RDBMS (with the notable exception of Oracle).
Wikipedia has links to the documentation for the most popular RDBMS.