Database System Structure
Database System Structure
Najiya K V
Assistant Professor
MES KEVEEYAM College,Valanchery
Components And Overall Structure of DBMS.
Components of DBMS are broadly classified as follows :
1. Query Processor :
(a) Embedded DML pre-compiler
(b)DML Compiler
(b)DDL Interpreter
(d)Query Evaluation Engine
2. Storage Manager :
(a) Authorization and Integrity Manager
(b) Transaction Manager
(c) File Manager
(d) Buffer Manager
3. Disk storage:
(a) Data Files
(b) Data Dictionary
(c) Indices
(d) Statistical Data
1.Query Processor Components :
• Embedded DML Pre-compiler : It converts DML statements
embedded in an application program to normal procedure calls in
the host language. The Pre-compiler must interact with the DML
compiler to generate the appropriate code.
• Data Dictionary : It stores meta data (data about data) about the
structure of the database.