How the Module Is Tested & How to Use This Guide
Key Takeaways
- The exam assesses both conceptual understanding and the ability to perform hands-on database tasks -- neither alone is sufficient.
- The syllabus groups 69 task items into six categories, with Tables and Retrieving Information carrying the most task items.
- This guide's seven chapters mirror the six syllabus categories plus an introduction, and every section references its official syllabus item codes.
- The recommended study rhythm is: read the concept, then immediately practise the matching task inside a database application.
- Because ICDL does not publish an exact question count or time limit, confirm current exam-day logistics with your ICDL South Africa test centre.
How the Module Is Tested & How to Use This Guide
What the Exam Actually Assesses
ICDL Using Databases assesses two things side by side, and neither one alone is enough to pass:
- Conceptual understanding — knowing what a database, table, record, field, primary key, index, query, form, and report each are, and why a well-organised database is structured the way it is.
- Hands-on task execution — actually performing operations inside a database application: creating and modifying a table, building a relationship between two tables, writing a query with criteria, designing a simple form, generating a grouped report, exporting data, or printing output correctly.
In practice, this means memorising definitions gets you only partway there. A candidate who can recite "a primary key uniquely identifies each record" but has never actually set one in Access, applied referential integrity to a relationship, or built a two-table query with an AND condition is under-prepared. The most effective way to study this module is to treat every concept section in this guide as a cue to open a database application and practise the matching task immediately — not to save all the practice for the end.
The Six Categories at a Glance
The syllabus organises all 69 task items into six categories. Two of them — Tables and Retrieving Information — carry noticeably more task items than the others, which reflects how central they are to real database work: almost everything else in the module (relationships, forms, reports) ultimately depends on well-built tables and the ability to pull the right information back out of them.
| Cat | Category | What It Covers |
|---|---|---|
| 1 | Understanding Databases | Core concepts, how databases are organised, relationships between tables |
| 2 | Using the Application | Opening/closing databases, navigating the application, common object tasks |
| 3 | Tables (heaviest) | Creating and editing tables, field data types and properties, keys, indexes, relationships |
| 4 | Retrieving Information (heaviest) | Search, filters, single- and two-table queries, criteria, operators, wildcards |
| 5 | Forms | Creating and using forms to enter, edit, and delete records |
| 6 | Outputs | Building reports, exporting data, and printing tables, forms, queries, and reports |
Because Tables and Retrieving Information hold the largest share of task items, they deserve a proportionally larger share of your study and practice time. If your time before test day is limited, prioritise mastering table design (field types, properties, primary keys, indexes, relationships) and query building (criteria, comparison operators, logical operators, wildcards) before polishing forms or output formatting.
How This Guide Is Organised
This guide is arranged into seven chapters that mirror the syllabus structure:
- Chapter 1 — Introduction & Exam Overview (this chapter): orientation to the module and how to study it.
- Chapter 2 — Understanding Databases: Category 1 concepts — what a database is, how it's organised, and relationship fundamentals.
- Chapter 3 — Using the Application: Category 2 — working with the database application and common object tasks.
- Chapter 4 — Tables: Category 3 — records, table design, and table relationships.
- Chapter 5 — Retrieving Information: Category 4 — search, filters, and building queries.
- Chapter 6 — Forms: Category 5 — creating and using forms.
- Chapter 7 — Outputs: Category 6 — reports, exporting data, and printing.
Every teaching section throughout this guide references the specific official syllabus item codes it covers (for example, a section might note it covers "3.2.1–3.2.8"). Use these codes as a checklist: if you can confidently explain and demonstrate every referenced item across all seven chapters, you have covered the full 69-item blueprint.
A Practical Study Approach
Because the module blends theory with hands-on tasks, an effective study sequence looks like this:
- Read the concept first. Work through a section's explanation before touching the software — you need the vocabulary (field, record, primary key, referential integrity) to make sense of what you're about to click through.
- Immediately practise the matching task. Open a database application and perform the action the section describes: create the table, set the key, build the query, design the form. Concepts that are only read and never practised fade quickly under exam conditions.
- Weight your time toward Tables and Retrieving Information. These two categories have the most task items and the most opportunities for hands-on mistakes (wrong data type, missing referential integrity, a query with the wrong comparison operator), so give them extra repetition.
- Use the quizzes throughout this guide as checkpoints, not just as review. If a quiz question exposes a gap, go back and re-practise that specific task in the application rather than only re-reading the text.
- Confirm logistics with your test centre. Since ICDL does not publish an exact question count or time limit for this module, don't build your exam-day time strategy around an unofficial number — ask your ICDL South Africa test centre what to expect on the day.
Followed consistently, this read-then-practise rhythm across all seven chapters will take you through the full syllabus in the same order it's tested, with the heaviest emphasis exactly where the syllabus itself puts it: Tables and Retrieving Information.
Which of the following best describes how the ICDL Using Databases module assesses candidates?
Which syllabus category covers building and running queries with criteria and comparison operators to retrieve specific information from a database?