DBMS
DBMS
DBMS
CONTENT
• What is database management?
• Brief history
• Use of DBMS
• Purpose of DBMS
• Components of database
• Benefits of DBMS over traditional file system
• Database model
• Advantages and Disadvantages
• Data warehouse and data marts
What is Database Management(DBMS)?
3. Data isolation
Data in different formats.
Difficult to write new application programs.
files and formats
PURPOSE OF DBMS
4. Security problems
Every user of the system should be able to access
only the data they are permitted to see.
E.g., payroll people only handle employee records,
and cannot see customer accounts; tellers only
access account data and cannot see payroll data.
Difficult to enforce this with application programs.
5. Integrity problems
Data may be required to satisfy constraints.
E.g., no account balance below $25.00.
Again, difficult to enforce or to change constraints
with the file-processing approach.
COMPONENTS OF DATABASE