Introduction to DBMS
Overview of Database Management
Systems
What is Data?
• Data refers to raw facts, figures, or symbols.
• It can be names, dates, numbers, or any
information.
Examples:
• “John Doe” which implies student name
• “16” which implies age
• “A+” which implies grade
• When structured, data becomes useful
information.
What is DBMS?
• A DBMS (Database Management System) is a
software tool used to store, organize, and
manage data.
• It acts as an interface between users and the
database.
Definition of Database and DBMS
• Database: A structured collection of data.
• DBMS: Software that manages and controls
database access.
Applications of Databases (1/2)
1. Banking
2. Airline Reservation Systems
3. Telecommunications
4. Education (Schools & Universities)
5. Hospital/Healthcare Systems
Applications of Databases (2/2)
6. Government
7. Online Shopping/E-commerce
8. Library Systems
9. Human Resources Management
10. Scientific Research
Components of DBMS
1. Hardware
2. Software
3. Data
4. Procedures
5. Database Access Language
6. Users (DBA, developers, end users)
Examples of DBMS
• Microsoft Access
• Oracle
• MySQL
• SQL Server