ANSI-SPARC Architecture


The ANSI-SPARC Architecture, where ANSI-SPARC stands for American National Standards Institute, Standards Planning And Requirements Committee'', is an abstract design standard for a Database Management System, first proposed in 1975.
The ANSI-SPARC model however never became a formal standard. No mainstream DBMS systems are fully based on it, but the idea of logical data independence is widely adopted.

Three-level architecture

The objectives of the three-level architecture is to separate the user's view,
The three levels are:
  1. DBA works at this level.
  2. Describes the structure of all users.
  3. Only DBA can define this level.
  4. Global view of database.
  5. Independent of hardware and software.
The Three Level Architecture has the aim of enabling users to access the same data but with a personalised view of it. The distancing of the internal level from the external level means that users do not need to know how the data is physically stored in the database. This level separation also allows the Database Administrator to change the database storage structures without affecting the users' views.

Database schemas

There are three different types of schema corresponding to the three levels in the ANSI-SPARC architecture:
The overall description of a database is called the database schema.