MySQL Part 1
MySQL Part 1
Difficulty
in Access Data
Data Sharing Redundancy
– Security/
Control Issues (repetition of
data)
Limitations
Data
Data Inconsistency
Dependence Data Isolation (same data at
different places do
(data is in separate not match)
files, difficult to
combine data)
SOLUTION
Limitations faced in file system can be overcome by storing
the data in a database where data are logically related.
Types of DBMS
Relational Data Model (most widely used)
Object-oriented data model
Entity-relationship data model
Document model
Hierarchical data model.