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 Science HLTopic 3.2Normal forms
Back to Computer Science HL Topics
3.2.54 min read

Normal forms (Computer Science HL)

IB Computer Science • Unit 3

AI-powered feedback

Stop guessing — know where you lost marks

Get instant, examiner-style feedback on every answer. See exactly how to improve and what the markscheme expects.

Try It Free

Contents

  • Storing each fact exactly once
  • The three forms
  • What normalisation prevents
  • Exam-style question
The big idea: Normalisation rearranges tables so every fact is stored in exactly one place.

A fact stored twice can end up with two different values. A fact stored once cannot.
The word that runs through all of it: A functional dependency means one column's value determines another's.

Know a StudentID and you know the student's name: Name depends on StudentID. Normal forms are rules about which dependencies are allowed where.

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

One school table taken from unnormalised to 3NF, with the rule and the problem named at each step.

Interactive diagram

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

Claim your free topic
1

1NF — atomicity

2

2NF — no partial-key dependencies

3

3NF — no transitive dependencies

A one-line test for each: 1NF — is any cell holding a list? 2NF — does anything depend on only part of a composite key? 3NF — does any non-key column depend on another non-key column?

See how examiners mark answers

Access past paper questions with model answers. Learn exactly what earns marks and what doesn't.

Try Exam Vault FreeYour first topic is free to keep • No credit card required

Update problems

  • A teacher's room is written on every row they appear on
  • Change it and you must find every copy
  • Miss one and the database contradicts itself

Insert problems

  • A new club with no members yet has nowhere to live
  • You cannot record a club without inventing a fake student
  • Missing data where the design forces it

Delete problems

  • Remove the last student in a club
  • The club's teacher and room disappear with them
  • Data lost that nobody meant to delete
Why these three are the argument: "It saves space" is the weakest reason and rarely worth a mark.

The real case is that an unnormalised table makes it possible to be wrong — and a normalised one does not.

How this is tested — you must name the form, state its rule, and identify the offending dependency. It comes up two ways:

Paper 1 Section A

  • Explain the difference between normal forms, 3-5 marks
  • State which form a given table is in, and why
  • Define a named dependency

Paper 1 Section B — case study

  • Assess the case study's table design
  • Explain the problems its current shape causes
The classic trap: Saying a table "is not in 3NF" without naming which dependency breaks it. The mark is for identifying the offending columns: Teacher determines Room, and neither is a key.
IB-style questionExplain[5 marks]

A table stores OrderID, ProductID, Quantity, ProductName and SupplierAddress, keyed on OrderID and ProductID. Explain which normal forms it breaks.

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 Normal forms. Write your answer and get instant AI feedback — just like a real IB examiner.

which normal form a table is in if it holds atomic values, has a single-column primary key, and contains a field depending on another non-key field. [2 marks]

Related Computer Science HL 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 HL topics

Improve your exam technique

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

Previous
3.2.4Building tables
Next
Normalising to 3NF3.2.6

20 questions to test your understanding

Reading is just the start. Students who tested themselves scored 82% on average — try IB-style questions with AI feedback.

Start FreeView All Computer Science HL Topics