Jump to content

Database schema

From Wikipedia, the free encyclopedia

This is an old revision of this page, as edited by Marius~enwiki (talk | contribs) at 05:45, 24 April 2009 (+interlink). The present address (URL) is a permanent link to this revision, which may differ significantly from the current revision.

A diagram of a complex database schema.

The schema (pronounced skee-ma) of a database system is its structure described in a formal language supported by the database management system (DBMS). In a relational database, the schema defines the tables, the fields in each table, and the relationships between fields and tables.

Schemas are generally stored in a data dictionary. Although a schema is defined in text database language, the term is often used to refer to a graphical depiction of the database structure.[1]

Levels of database schema

See also