Lecture Notes DPA Chapter 1
Lecture Notes DPA Chapter 1
1. What is a Database?
2. DBMS: Software to manage, query, and manipulate the data (e.g., MySQL, Oracle, SQL
Server).
4. Users: People interacting with the database (e.g., database administrators, developers).
1. Database Programmer:
3. Data Analyst/Scientist:
4. System Architect:
1. Data Integrity: Ensures accurate and reliable data storage and retrieval.
1. Data Normalization:
o The process of organizing data to reduce redundancy and improve data integrity.
o Example: Splitting customer data into separate tables for names and addresses.
4. Database Schema:
o The structure that defines how data is organized (e.g., tables, columns, data types).