By Ankit Sir
CHAPTER 1: What is a Database?
Simple words:
A database is a place where data is stored in an organized way so that:
- Data is easy to find
- Easy to update
- Safe from loss
Real-life example 👇
Without Database ❌
- Student details written in notebooks
- Hard to search
- Data can be lost
With Database ✅
- Student data stored in tables
- Easy search (roll no, name)
- Secure & fast
Example:
Think of Excel file 📊
That Excel file = Database