Chapter 1
Chapter 1
Sem-IV
Highest
Cogniti
CO ID. Course Outcome ve
Level
The Learner will be able to Design ER and EER diagrams for real-
L3
CSC403.2
life applications.
1. Introduction of DBMS
2. Entity-Relationship(ER) Data Model
3. Relational Model and Relational Algebra
4. Structured Query Language(SQL)
5. Relational Database Design
6. Transaction Management and Concurrency
Copyright © 2016 Ramez Elmasri and Shamkant B. Navathe Slide 1- 4
CHAPTER 1
Relatively large
1. The file system is a way of arranging the 1. DBMS is software for managing the
files in a storage medium within a database.
computer.
2. Redundant data can be present in a file
2. In DBMS there is no redundant data.
system.
3.Data Inconsistent occurs when the data 3.The Data Consistency is obtained by
is not updated in all the files controlling the data redundancy.
simultaneously.
4. Data is distributed in many files. So, it is 4. Due to centralized nature data sharing
not easy to share data. is easy
6. File systems provide less security in 6. DBMS has more security mechanisms
comparison to DBMS. as compared to file systems.
2. Logical level
It is the middle level in abstraction.