9.1 Databases Cambridge IGCSE 0478

Quiz
•
Computers
•
10th Grade
•
Medium

Stephen Ling-Winston
Used 6+ times
FREE Resource
10 questions
Show all answers
1.
MULTIPLE CHOICE QUESTION
30 sec • 1 pt
What is a single-table database?
A database with all data stored in one table.
A database that stores only one type of data.
A database that uses multiple tables for efficiency.
A database that cannot store numeric data.
2.
MULTIPLE CHOICE QUESTION
30 sec • 1 pt
What is a field in a database table?
A column in a database table that holds a specific type of data.
A row in a table representing a single record.
A unique identifier for each record in the table.
A validation rule applied to all records.
3.
MULTIPLE CHOICE QUESTION
30 sec • 1 pt
Which of the following is NOT a valid data type for a field in a database?
Fractional
Integer
Boolean
Text
4.
MULTIPLE CHOICE QUESTION
30 sec • 1 pt
Why is a primary key important in a database?
It ensures each record has a unique identifier.
It prevents duplicate field names.
It speeds up data retrieval in all cases.
It encrypts data in the database.
5.
MULTIPLE CHOICE QUESTION
30 sec • 1 pt
Which SQL statement is used to retrieve all records from a table named Students?
SELECT * FROM Students;
GET ALL FROM Students;
FIND * IN Students;
SHOW Students;
6.
MULTIPLE CHOICE QUESTION
30 sec • 1 pt
What does the following SQL query do? SELECT * FROM Employees WHERE Age > 30;
Retrieves all records from the Employees table where the Age field is greater than 30.
Deletes all employees older than 30 from the table.
Updates the Age column for all employees older than 30.
Sorts employees in ascending order based on age.
7.
MULTIPLE CHOICE QUESTION
30 sec • 1 pt
Which SQL statement would return the number of students in a table named Students?
SELECT COUNT(*) FROM Students;
SELECT SUM(*) FROM Students;
COUNT ALL FROM Students;
SELECT COUNT(Students);
Create a free account and access millions of resources
Similar Resources on Wayground
12 questions
SQL

Quiz
•
11th - 12th Grade
15 questions
SQL statements 1

Quiz
•
University
10 questions
Quiz Database Server

Quiz
•
11th Grade
10 questions
DBMS

Quiz
•
University
10 questions
Database Concepts Quiz

Quiz
•
12th Grade
11 questions
SQL Bronze Award Revision

Quiz
•
9th - 10th Grade
10 questions
BTEC National ICT U2 - Database Theory Lesson 1-3

Quiz
•
12th Grade
10 questions
database

Quiz
•
9th - 12th Grade
Popular Resources on Wayground
10 questions
Lab Safety Procedures and Guidelines

Interactive video
•
6th - 10th Grade
10 questions
Nouns, nouns, nouns

Quiz
•
3rd Grade
10 questions
9/11 Experience and Reflections

Interactive video
•
10th - 12th Grade
25 questions
Multiplication Facts

Quiz
•
5th Grade
11 questions
All about me

Quiz
•
Professional Development
22 questions
Adding Integers

Quiz
•
6th Grade
15 questions
Subtracting Integers

Quiz
•
7th Grade
9 questions
Tips & Tricks

Lesson
•
6th - 8th Grade
Discover more resources for Computers
10 questions
Exploring Digital Citizenship Essentials

Interactive video
•
6th - 10th Grade
10 questions
1.2 OSI & TCP IP Models Quiz

Quiz
•
10th Grade
20 questions
Digital Citizenship

Quiz
•
8th - 12th Grade
35 questions
Computer Baseline Examination 2025-26

Quiz
•
9th - 12th Grade
13 questions
Problem Solving Process

Quiz
•
9th - 12th Grade
20 questions
Hardware vs. Software Quiz

Quiz
•
7th - 10th Grade
10 questions
Understanding Algorithms with Pseudocode and Flowcharts

Interactive video
•
9th - 12th Grade
19 questions
AP CSP Unit 1 Review (code.org)

Quiz
•
10th - 12th Grade