Recall & Review
beginner
What is a Database Management System (DBMS)?
A DBMS is software that helps you store, organize, and manage data in a database. It makes it easy to add, find, change, and delete data safely.
Click to reveal answer
beginner
Name two main functions of a DBMS.
1. Storing data securely. 2. Allowing users to retrieve and update data efficiently.
Click to reveal answer
beginner
Why do we use a DBMS instead of just files?
A DBMS helps avoid data duplication, ensures data is consistent, and allows multiple users to access data safely at the same time.
Click to reveal answer
beginner
Give an example of a popular DBMS.
Examples include MySQL, PostgreSQL, Oracle Database, and Microsoft SQL Server.
Click to reveal answer
beginner
What does it mean that a DBMS provides data security?
It means the DBMS controls who can see or change the data, protecting it from unauthorized access or mistakes.
Click to reveal answer
What is the main purpose of a DBMS?
✗ Incorrect
A DBMS is designed to manage and organize data stored in databases.
Which of these is NOT a function of a DBMS?
✗ Incorrect
While some DBMSs offer encryption, it is not a core function of all DBMSs. The main functions are storing, retrieving, and deleting data.
Why is a DBMS better than using simple files to store data?
✗ Incorrect
A DBMS manages data access for many users at once, preventing conflicts and errors.
Which of these is a popular DBMS?
✗ Incorrect
MySQL is a widely used database management system.
What does data security in a DBMS mean?
✗ Incorrect
Data security means protecting data from unauthorized access or changes.
Explain in your own words what a Database Management System is and why it is useful.
Think about how you keep your files organized and safe on your computer.
You got /4 concepts.
List some key benefits of using a DBMS instead of simple files for storing data.
Consider problems you might face if many people use the same file without control.
You got /4 concepts.