KwickAcademy Databases and SQL · 6 min · free
Why Databases: Data, Information and the DBMS
Data is raw facts; information is processed data. Separate files cause redundancy and inconsistency, which a DBMS avoids. A DBMS stores each fact once and shares it with every user.
Follows the syllabus of: CBSE Class 10 Information Technology (402), CBSE Class 12 Computer Science (083), CBSE Class 11 Informatics Practices (065), CBSE Class 12 Informatics Practices (065)
On screen in this lesson
Data vs information
| Term | Meaning | Example |
|---|---|---|
| Data | raw facts | 88, 76, 91 |
| Information | processed data | Class average 85 |
Storing data in files
| A file is a document or spreadsheet saved on a computer |
| Each office keeps its own separate files |
| The files are not linked to each other |
Problem 1: redundancy
| File | Name | City |
|---|---|---|
| Class teacher | Riya Shah | Ahmedabad |
| Library | Riya Shah | Ahmedabad |
| Transport | Riya Shah | Ahmedabad |
Problem 2: inconsistency
| File | Name | City |
|---|---|---|
| Class teacher | Riya Shah | Surat |
| Library | Riya Shah | Ahmedabad |
| Transport | Riya Shah | Ahmedabad |
More problems with files
| Hard to search and combine data from many files |
| Weak security: anyone with the file can change it |
| Two people editing at once can overwrite each other |
| Backup and recovery depend on someone remembering |
Database and DBMS
| Database: an organised collection of related data |
| DBMS: software that creates and manages databases |
| Examples: MySQL, Oracle, PostgreSQL, LibreOffice Base |
Quick answers
Is a list of marks data or information?
Data. Their average is information.
What is redundancy?
The same data stored again and again in different files.
KwickClips from this lesson
Short clips, one idea each. Good for revision the night before.
Are marks data or information?39 sec
What is inconsistency?40 sec
What does DBMS stand for?45 sec
Where does your school store marks?39 secThe full lesson, in text
Hello students, welcome to Kwickprep. Imagine your school keeps every student's details in many separate notebooks. A student moves house, and only one notebook gets the new address. Which address is true now? Today we will learn about data and information, the problems with simple files, and how a database management system solves them.
Let us begin with two words that exams love to ask. Data means raw facts, like numbers, names and dates, that have no clear meaning on their own. Information is data that has been processed, so it becomes meaningful and useful. The marks eighty eight, seventy six and ninety one are data, but the class average of eighty five is information.
Here is how data turns into information. First, the teacher collects the raw marks of every student. Next, the computer adds each student's marks and compares the totals. Finally, it prints a merit list, which tells us who came first. That merit list is information, because it helps us take a decision.
Before databases, most offices stored data in simple files. A file here means a document or a spreadsheet saved on a computer. In a school, the class teacher, the library and the transport office each keep their own separate files. These files are not linked, so a change in one file does not reach the others.
Look at how Riya's details are stored. The class teacher's file has her name and city. The library file stores the same name and city again. The transport file stores them a third time. This repeating of the same data in many places is called data redundancy, and it wastes storage and effort.
Now Riya's family moves to Surat. The class teacher updates her file to Surat. But nobody tells the library, so it still says Ahmedabad. The transport office also still says Ahmedabad, and the school bus goes to the wrong city. When copies of the same data do not match, we call it data inconsistency. Redundancy causes inconsistency.
Files have a few more problems. Searching is slow, and combining data from many files is hard. Security is weak, because anyone who opens the file can change it. If two people edit the same file at once, one person's work can be lost. And if a computer crashes, the data is safe only if someone remembered to take a backup.
The answer to these problems is a database. A database is an organised collection of related data, stored in one place. A D B M S, or database management system, is the software that creates a database and manages it. Popular examples are My S Q L, Oracle, Postgre S Q L and LibreOffice Base.
So what does a D B M S actually do? It stores each fact once and shares it with every user who needs it. Because data is not repeated, copies cannot disagree, so inconsistency is avoided. It uses passwords and permissions to control who can see or change the data. It lets many users work at the same time without losing anyone's work. It also takes backups and recovers data after a failure.
Here is a school that uses a database. The Student table stores each student's name, class and city only once, and every office reads it. The Marks table stores exam marks for the class teacher. The Fees table stores fee receipts for the accounts office. The library records the books issued. Now when Riya moves to Surat, the city is changed once, and every office sees Surat.
Indian Railways books tickets through one central reservation database. You enter the train and the date, on the railway website, the app or a station counter. The system checks the database, is a seat available? If yes, it books the seat and gives you a P N R number. If no, it offers you a waiting list ticket. Pause and predict. Two people in different cities click the last seat at the same moment. Who gets it? Only one, because the D B M S lets one booking finish before the next one starts.
Let us revise what we learned today. Data is raw facts, and information is processed, meaningful data. Separate files repeat data, which is redundancy, and the copies stop matching, which is inconsistency. A D B M S is software that creates and manages a database. It shares data, controls who can use it, and keeps it backed up. School records and railway reservations are two everyday examples.
Courses that teach this
| Course | Unit |
|---|---|
| CBSE Class 10 Information Technology (402) | Database Management System using LibreOffice Base |
| CBSE Class 12 Computer Science (083) | Database Management |
| CBSE Class 11 Informatics Practices (065) | Database concepts and the Structured Query Language |
| CBSE Class 12 Informatics Practices (065) | Database Query using SQL |
| CBSE Class 11 Information Technology (802) | Part B, Unit 4: RDBMS |
| GSEB Std 11 Computer Studies | Introduction to Database Management System |
| NIOS Senior Secondary Computer Science (330) | Module 4: Database Concepts and Web Designing |
Voice-over in this lesson is AI-generated. The script is written and checked by Kajal Ma'am. Boards can revise a syllabus mid-year, so confirm anything you plan around against the official board circular. Keep your passwords, OTPs and ID numbers to yourself — we never ask for them. To reach Kajal Ma'am, use the WhatsApp button; sharing your number there is how we call you back.
Free to watch, no sign-up. Live classes with Kajal Ma'am are the paid course; these lessons stay free either way.

