Library Information Technology 9626 Database basics
AS Level · Information Technology 9626

Database basics

Revise Database basics for Information Technology 9626 (AS Level) — revision notes, 121 practice questions and instant AI marking.

📖 Revision notes · preview
10.1 · Chapter 10 · AS Level IT · Hodder Education

Database Basics

Flat-file vs relational databases, data types, relationships, key fields, ERDs, designing and creating a database in Access, querying, forms, and switchboards.

📋 Database Types
🔑 Key Fields
📊 ERDs
🔍 Queries
📝 Forms & Switchboards
The Big Idea: A relational database stores data in multiple linked tables to avoid repetition. Understanding how tables link (via key fields), how to design the structure (using ERDs), and how to query and present the data professionally is the core of this entire chapter.
10.1.1Database Types
📄 Flat-File Database

Stores all data in one table organised by rows (records) and columns (fields). Simple to create but leads to massive data duplication when relationships exist between entities. Every teacher-student combination requires a full row even if the teacher data is identical.

🔗 Relational Database

Stores data in two or more linked tables. Same data is not stored multiple times. Each table has a primary key. Tables are linked via foreign keys. Fewer data entry errors, less storage, faster searches, easier updates and deletions.

FeatureFlat-FileRelational
Number of tables12 or more
Data duplicationHigh (lots of redundant data)Minimal (stored once)
When to useOne dataset, few repeated itemsMultiple linked datasets
Editing dataMust update every occurrenceChange once in one table
StorageMore — repeated dataLess — no redundancy
Search speedSlower (more data to search)Generally faster (indexed fields)
10.1.2Data Types
Data TypeAccess NameStoresImportant Notes
AlphanumericShort Text / Long TextLetters, numbers NOT used for calculations (phone numbers, postcodes)Use for any text including numbers that won't be calculated
IntegerNumber (Integer/Long Integer)Whole numbers used for calculationsUse Long Integer for 3+ digits. NEVER store phone numbers as numbers
DecimalNumber (Double/Single)Numbers with decimal placesSet decimal places in field properties
CurrencyCurrencyMonetary values with currency formattingCurrency symbol is for display only — not stored (saves space)
Date/TimeDate/TimeDates and/or times as a numberSet format in field properties (Short Date, Short Time, etc.)
Boolean/LogicalYes/NoYes/No, True/False, or 0/-1 valuesFormat to Yes/No, True/False, or On/Off
AutoNumberAutoNumberAutomatically generated unique numbersUseful for automatic primary keys
Attachment / OLEAttachment / OLE ObjectImages, documents, spreadsheets, audio, videoUsed in web-facing applications with back-end databases
⚠️ Key exam rule: Only use a numeric field type if the data will be used in a calculation. Telephone numbers, postcodes, ID numbers — all stored as alphanumeric (text), even though they look like numbers.
10.1.3Relationship Types
TypeSymbol in ERDDefinitionExample
One-to-One (1:1)Single line | at each endEach record in table A relates to exactly ONE record in table B. Linked fields in both tables must contain the same unique values.One driver has one driving licence
One-to-Many (1:∞) Single line | at "one" end, crow's feet at "many" end Each record in table A can relate to MANY records in table B. Primary key in one table links to foreign key in another.
Many-to-Many (∞:∞)
10.1.4Key Fields
🔑 Primary Key

unique data

🔓 Read the full Database basics note → You're seeing the preview · sign in to read it all
Also in the full note
  • 📋 Summary & Review
  • ✅ Concepts Checklist
  • 🧠 What to Memorise
  • 🎯 Exam Tips
What's inside
📖 Revision notes ◉ 121 practice questions 🎯 Learn mode ✦ AI flashcards ✓ Instant AI marking 🧊 3D explorers 🧪 Experiments & simulations 📈 Progress tracking

Past papers that test Database basics

Real Information Technology 9626 papers with questions on this topic — open one and get it marked instantly, free.

9626 Nov 2025 · Paper 1 · Variant 1 Cambridge · mark scheme Open → 9626 Nov 2025 · Paper 1 · Variant 2 Cambridge · mark scheme Open → 9626 Nov 2025 · Paper 1 · Variant 3 Cambridge · mark scheme Open → 9626 Nov 2025 · Paper 3 · Variant 2 Cambridge · mark scheme Open → 9626 Jun 2025 · Paper 1 · Variant 3 Cambridge · mark scheme Open → 9626 Jun 2025 · Paper 1 · Variant 1 Cambridge · mark scheme Open →
All Information Technology 9626 past papers →

Read the full Database basics notes free

That's the preview — create a free account to read the rest, plus flashcards and 121 practice questions with instant AI marking. No credit card.

Unlock the full notes free →

More Information Technology topics