answersLogoWhite

0


Best Answer

Three-Schema architecture is to separate the user applications and physical database.

  1. Internal level :- Describes the physical storage structure of the database.
  1. Conceptual level :- Describes the entities, data types, relationships, user operations, and constraints.
  1. External level :- It describes a particular user group is interested in and hides the rest of the database from that user group.
User Avatar

Wiki User

11y ago
This answer is:
User Avatar

Add your answer:

Earn +20 pts
Q: The three level database architecture
Write your answer...
Submit
Still have questions?
magnify glass
imp
Related questions

What is definition of a database system architecture?

The generalized architecture of a database system is called the ANSI/SPARC model.many commercial systems and research database models fit within this framework.It can be divided into the following three levels : (a) External level or View level (b) Conceptual level (c) Internal level or Physical level By Lubna Khan


Architecture of Network database model?

what is the architecture of database network


What is three tier architecture?

In 3 tier architecture, client directly interacts with intermediate server and intermediate server will directly interact with database server.


What is Three tier architecture dbms?

In 3 tier architecture, client directly interacts with intermediate server and intermediate server will directly interact with database server.


Overall design of a database software is known as?

Database architecture


Explain the architecture of DBMS?

the architecture of dbms contains three levels 1/ external level:different users views of the database,shows relevant data for a particular user. 2/conceptual level:global view pf the database;describes what data is stored and its relationships. 3/internal level:physical representation of the database on the computer, Describes how the data is stored in the database.


What is meant by raid architecture?

This is an architecture related to DBMS...wITH HELP OF THIS ARCHITECTURE, dATABASE DEGISNERS DEGISN DATBASE


Explain architecture of Distributed Database systems Also explain the reasons for building distributed database systems?

1 Explain architecture of Distributed Database systems? Also, explain the reasons for building distributed database systems?


What is DBMS kernel?

A DBMS kernal is a type of database. It is usually used in the architecture business world and it consists of software and system-level data structures.


How do you xxplain the ANSI SPARK data model?

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 (DBMS), first proposed in 1975 .A standard three level approach to database design has been agreed.- External level- Conceptual level- Internal level (includes physical data storage)The 3 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 (DBA) to change the database storage structures without affecting the users' views.External Level (User Views)A user's view of the database describes a part of the database that is relevant to a particular user. It excludes irrelevant data as well as data which the user is not authorised to access.Conceptual LevelThe conceptual level is a way of describing what data is stored within the whole database and how the data is inter-related. The conceptual level does not specify how the data is physically stored.Internal LevelThe internal level involves how the database is physically represented on the computer system. It describes how the data is actually stored in the database and on the computer hardware.Most modern commercial DBMS are based on this system. The ANSI-SPARC model however never became a formal standard.


Three tire architecture in net?

GUI Layer[for UI designing],Bussines Layer[to program,calculation] and DataLink Layer[to access database]


What are the Types of database schema architecture?

The Star & Snowflake are two common type of database Schema.