UNIT I RELATIONAL DATABASES
1.1 Purpose of Database System A database system is a combination of data , software , and rules that lets people store, manage, and retrieve information efficiently. 1. What makes up a database system? Database – the organized collection of data (tables, records, fields) DBMS (Database Management System) – software that manages the data Examples: MySQL, PostgreSQL, Oracle, MongoDB Users & applications – people or programs that access the data Hardware – servers, storage, and networks Procedures – rules for using and maintaining the data 2. What does a DBMS do? Stores large amounts of data safely Allows fast searching and updating Controls access (security) Prevents data loss (backups & recovery) Handles multiple users at the same time 3. Types of databas...