DB_Chapter 1 (1)
DB_Chapter 1 (1)
Introduction To Database
Systems
Basic Definitions
• Data: A collection of raw or unprocessed facts and figures.
• Data can be represented in the form of: numbers , words , image
video, audio that can be stored in computer’s
• Information is a processed data .
• Database: A collection of related data that represents some real
world entity. If any change made on real world entity that change
Should be reflected on the DB.
Ex. Online banking System , Library Mgt. system
• Database Management Systems (DBMS)
are software that provides an environment
to the user to perform operations on the
database for creation, insertion, deletion,
updating and retrieval of data.
2
Compiled By: Daniel S
Basic Definitions….
The database contains not only the database itself but also a
complete definition or description of the database.
4
Compiled By: Daniel S.
Example of Database catalog
1. Manual Approach
2. File-Based Approach
3. Database Approach
• Prone to error
• Difficult to update, retrieve, integrate
• You have the data but it is difficult to compile the
information
• Significant amount of duplication of data
• Cross referencing is difficult