Skip to content

9618 · 8.2

Database Management Systems (DBMS) — common mistakes

Common exam mistakes on 9618 Database Management Systems (DBMS). Learn what loses marks, then practise the topic with Examiner’s Ink.

Exam tip 1

In exams, you are often asked to compare a DBMS with a file-based approach. Always frame your answer around the key advantages: data independence, concurrency, security, integrity, and recovery. Use specific scenarios, like the online shop or a flight booking system, to make your points concrete and earn higher marks.

Is Microsoft Excel a DBMS?

No, Excel is a spreadsheet application, not a DBMS. While it can store data in tables, it lacks the core features of a true DBMS like robust multi-user concurrency control, advanced security (DCL), data independence, and automated backup/recovery mechanisms. It's suitable for small, single-user datasets but not for managing large-scale, shared, critical data.

Is SQL the same as a DBMS?

No. SQL (Structured Query Language) is the standard language used to communicate with a DBMS. The DBMS is the actual software that manages the database (e.g., MySQL, PostgreSQL, Microsoft SQL Server). You use the language (SQL) to give commands to the management system (DBMS).