aimnova.
DashboardMy LearningPaper MasteryStudy Plan

Aimnova site navigation

Stay in the loop

Get the latest study resources and updates

New features, study tips and exam insights — straight to your inbox.

IB Diploma

  • IB Past Papers
  • IB Study Notes
  • IB Question Bank
  • IB Mock Exams
  • IB Revision

IB Subjects

  • IB Math AA
  • IB Math AI
  • IB Economics
  • IB Business Management
  • IB Physics
  • IB Biology
  • View all IB subjects→

IB Past Papers

  • IB Math AA HL Past Papers
  • IB Math AA SL Past Papers
  • IB Math AI HL Past Papers
  • IB Math AI SL Past Papers
  • IB Economics HL Past Papers
  • IB Economics SL Past Papers
  • IB ESS Past Papers
  • View all past papers→

Study Resources

  • Study Notes
  • Question Bank
  • Mock Exams
  • Flashcards
  • Revision Guide
  • Exam Skills
  • Command Terms
  • Grade Calculator
  • Exam Timetable 2026

Aimnova

  • Features
  • Pricing
  • For Schools
  • For Parents
  • About Us
  • Blog
  • Contact
aimnova.

AI-powered study platform for smarter revision, past-paper analysis and examiner-style feedback.

TermsPrivacyCookies·© 2026 Aimnova. All rights reserved.8afc4e3

Aimnova is not affiliated with or endorsed by the International Baccalaureate Organization (IB).

NotesComputer ScienceTopic 3.2Normalising to 3NF
Back to Computer Science Topics
3.2.64 min read

Normalising to 3NF

IB Computer Science • Unit 3

Exam preparation

Practice the questions examiners actually ask

Our question bank mirrors real IB exam papers. Practice under timed conditions and track your progress across topics.

Start Practicing

Contents

  • A method you can follow every time
  • The four steps
  • Worked through: a hospital
  • Exam-style question
The big idea: Normalising is not guesswork. It is the same four steps on any scenario.

List the data, make it atomic, remove partial dependencies, remove transitive ones. Follow them in order and 3NF falls out.
Do it on paper first: Write out a few sample rows with real values before touching tables.

Dependencies are much easier to see in actual data than in a list of column names.

Free preview

This is the free notes preview

You're reading the free notes. Aimnova Pro unlocks the full study experience — and you can try it with your first topic free to keep:

  • FlashcardsLock in vocabulary and key terms with spaced repetition.
  • Practice questionsAnswer exam-style questions and get instant AI marking.
  • Mock exams & past-paper vaultSit full mocks and see exactly how examiners award marks.
  • Personalised study planA daily plan built around your exam date and weak areas.
Start Studying Free Full access to Aimnova Pro · cancel anytime

The four steps run end to end on a school scenario. Follow the same route on any other.

Interactive diagram

Explore the labelled diagram, charts and maps for this topic in full study mode.

Claim your free topic
1

1 — List every piece of data

2

2 — Reach 1NF

3

3 — Reach 2NF

4

4 — Reach 3NF

Then check it backwards: Take a fact you know the scenario needs — "which room does Mr Pinto use" — and follow the keys to find it.

If you cannot get there, a link is missing. If you find it twice, you are not in 3NF yet.

Feeling unprepared for exams?

Get a clear study plan, practice with real questions, and know exactly where you stand before exam day. No more guessing.

Get Exam Ready FreeYour first topic is free to keep • No credit card required
The scenario: The hospital records which doctor saw which patient, on what date, in which ward, and which consultant heads that ward.

One wide table, and a few sample rows to reason over.
1

The unnormalised table

2

1NF and the key

3

2NF — the partial dependencies

4

3NF — the transitive dependency

The finished design: Patient (PatientID, PatientName) · Doctor (DoctorID, DoctorName) · Ward (WardID, WardName, ConsultantName) · Visit (PatientID, DoctorID, VisitDate, WardID).

Every fact now appears once. Change a ward's consultant and you change one row.

How this is tested — you must show the tables at each stage, with the keys marked. It comes up two ways:

Paper 1 Section A

  • Construct a 3NF design from a scenario, 5-8 marks
  • Show the tables and identify every key
  • Justify a move you made

Paper 1 Section B — case study

  • Normalise the case study's data
  • Explain what problem each step removed
The classic trap: Jumping straight to a set of tables. Marks are awarded for the stages — showing 1NF, then 2NF, then 3NF — so a correct final answer with no working can still lose most of them.
IB-style questionConstruct[6 marks]

A shop records: OrderID, OrderDate, CustomerID, CustomerName, ProductID, ProductName, UnitPrice, Quantity. Construct a design in 3NF.

Model answer plan

See the mark-by-mark plan — for / against / judgement, with marking guidance — in study mode.

Claim your free topic

Try an IB Exam Question — Free AI Feedback

Test yourself on Normalising to 3NF. Write your answer and get instant AI feedback — just like a real IB examiner.

why normalisation increases the number of tables in a database. [2 marks]

Related Computer Science Topics

Continue learning with these related topics from the same unit:

3.1.1Relational databases
3.2.1Database schemas
3.2.2ERDs
3.2.3Data types
View all Computer Science topics

Improve your exam technique

Command terms, paper structure, and mark-scheme tips for Computer Science

Previous
3.2.5Normal forms
Next
Denormalisation3.2.7

21 practice questions on Normalising to 3NF

Students who practiced this topic on Aimnova scored 82% on average. Try free practice questions and get instant AI feedback.

Try 3 Free QuestionsView All Computer Science Topics