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.2Database schemas
Back to Computer Science Topics
3.2.13 min read

Database schemas

IB Computer Science • Unit 3

Smart study tools

Turn reading into results

Move beyond passive notes. Answer real exam questions, get AI feedback, and build the skills that earn top marks.

Get Started Free

Contents

  • Three views of one database
  • The three levels
  • Why separate them at all
  • Exam-style question
The big idea: A schema is a description of how the data is structured.

The same database is described three times, at three levels of detail — because three different audiences need three different amounts.
Think of a building: A sketch of the rooms, a technical drawing with dimensions, and the builder's specification of materials.

All three describe one building. None is wrong; each is aimed at someone different.

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
1

Conceptual schema — what the data is

2

Logical schema — how it is organised

3

Physical schema — how it is stored

What changes between them: Going down the levels, each step adds detail and ties you to a decision.

Conceptual survives any technology. Logical survives any particular product. Physical is specific to what you actually installed.

Learn what examiners really want

See exactly what to write to score full marks. Our AI shows you model answers and the key phrases examiners look for.

Try AI Feedback FreeYour first topic is free to keep • No credit card required

What the separation buys

  • You can agree the meaning with non-technical people before any technical choices
  • Changing how data is stored does not change how programs query it
  • The same logical design can be built on different database systems
  • Performance can be tuned at the physical level without redesigning anything above

What happens without it

  • Technical detail is decided before anyone agrees what the data means
  • A storage change breaks every program that reads the database
  • The design is welded to one product from the start
  • Tuning performance means redesigning the tables
The phrase for this: Data independence — the levels are insulated from each other, so a change at one does not force a change at another.

That is the whole reason three schemas exist rather than one.

How this is tested — you must say what each level contains and what it deliberately leaves out. It comes up two ways:

Paper 1 Section A

  • Describe the three schemas, 3-4 marks
  • Distinguish two of them
  • Say which level a stated decision belongs to

Paper 1 Section B — case study

  • Identify the levels in the case study's design
  • Say which level a proposed change affects
The classic trap: Describing the levels as "more and more detailed" without saying what detail. The marks come from naming the contents: entities and relationships, then tables and keys, then files and indexes.
IB-style questionDescribe[4 marks]

Describe the three levels of database schema, using a school's club membership system as your example.

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

two things a schema specifies about a field. [1 mark]

Related Computer Science Topics

Continue learning with these related topics from the same unit:

3.1.1Relational databases
3.2.2ERDs
3.2.3Data types
3.2.4Building tables
View all Computer Science topics

Improve your exam technique

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

Previous
3.1.1Relational databases
Next
ERDs3.2.2

20 practice questions on Database schemas

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