DBMS 20-21 Lect-2
DBMS 20-21 Lect-2
Management System
Class : - TY CSE – I
Dr. Deepa Deshpande
Database Management System (DBMS)
Collection of interrelated data
Set of programs to access the data
DBMS contains information about a particular enterprise
DBMS provides an environment that is both convenient and
efficient to use.
Database Applications:
◦ Banking: all transactions
◦ Airlines: reservations, schedules
◦ Universities: registration, grades
◦ Sales: customers, products, purchases
◦ Manufacturing: production, inventory, orders, supply chain
◦ Human resources: employee records, salaries, tax deductions
Databases touch all aspects of our lives
Extern Extern
al al External Level
View 1 View 2
External/Conceptual Mappings
Concept DBA
ual Conceptual/Logical Level
View
Conceptual/Internal Mapping
Stored
Data Internal/Physical Level
Conceptual Schema
CREATE TABLE Employee ( Name VARCHAR(25),
Salary REAL,Dept_Name VARCHAR(10) )