9.1 Databases Cambridge IGCSE 0478

9.1 Databases Cambridge IGCSE 0478

10th Grade

10 Qs

quiz-placeholder

Similar activities

Exception handling -oracle plsql

Exception handling -oracle plsql

University

15 Qs

Database Concepts Quiz

Database Concepts Quiz

University

15 Qs

Structured Query Language Quiz

Structured Query Language Quiz

12th Grade

15 Qs

Database Knowledge Check 3 (SQL)

Database Knowledge Check 3 (SQL)

9th - 12th Grade

12 Qs

DBMS QUIZZ

DBMS QUIZZ

University

10 Qs

SQL Programming

SQL Programming

4th Grade - Professional Development

10 Qs

GCSE Databases & SQL

GCSE Databases & SQL

9th - 11th Grade

14 Qs

SQL

SQL

10th Grade

10 Qs

9.1 Databases Cambridge IGCSE 0478

9.1 Databases Cambridge IGCSE 0478

Assessment

Quiz

Computers

10th Grade

Medium

Created by

Stephen Ling-Winston

Used 2+ 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

Create resources
Host any resource
Get auto-graded reports
or continue with
Microsoft
Apple
Others
By signing up, you agree to our Terms of Service & Privacy Policy
Already have an account?