Databases Nat 5

Databases Nat 5

8th - 12th Grade

19 Qs

quiz-placeholder

Similar activities

Internet Business Associate - Lesson 6

Internet Business Associate - Lesson 6

6th - 8th Grade

17 Qs

Database-I

Database-I

7th - 8th Grade

20 Qs

IGCSE ICT DATA MANIPULATION QUIZ_11D

IGCSE ICT DATA MANIPULATION QUIZ_11D

9th - 11th Grade

20 Qs

Database concepts

Database concepts

12th Grade

16 Qs

Databases and SQL for Grade 10 IT

Databases and SQL for Grade 10 IT

10th - 12th Grade

16 Qs

GCSE Databases

GCSE Databases

9th - 11th Grade

18 Qs

Databases

Databases

9th - 10th Grade

16 Qs

AQA GCSE Databases and SQL

AQA GCSE Databases and SQL

9th - 12th Grade

14 Qs

Databases Nat 5

Databases Nat 5

Assessment

Quiz

Computers

8th - 12th Grade

Medium

Created by

Kelsey Swan

Used 81+ times

FREE Resource

19 questions

Show all answers

1.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

What field type would be used to store the following data "0125-5221"

Text

Number

Time/Date

2.

MULTIPLE CHOICE QUESTION

1 min • 1 pt

What does the data values from a field need to be in order for it to be named as a Primary Key

Values need to be number

Values need to be even

Values need to be unique

Values need to be a combination of letters and numbers

3.

MULTIPLE CHOICE QUESTION

1 min • 1 pt

Media Image

Which field is the best fit to be a primary key?

FilmName

FilmID

AverageRating

Director

4.

MULTIPLE CHOICE QUESTION

1 min • 1 pt

Media Image

Which of these queries would display all the films directed by Steven Spielberg?

SELECT FilmName, YearReleased

FROM Films

WHERE YearReleased = "2018"

SELECT FilmName, Director

FROM Films

WHERE FilmName ="Jurassic Park"

SELECT FilmName, Director

FROM Films

WHERE Director="Steven Spielberg"

SELECT FilmName, Director

FROM Films

5.

MULTIPLE CHOICE QUESTION

1 min • 1 pt

Media Image

How is the table being sorted?

YearReleased Ascending

AverageRating Descending

AverageRating Ascending

FilmName Ascending

6.

MULTIPLE CHOICE QUESTION

1 min • 1 pt

What is referential integrity?

When the primary key is different from the foreign key and no changes are applied to either

When the foreign key is similar to the primary key any changes are just applied to the foreign key

When the primary key and the foreign key are the same and any changes are applied to both keys

7.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

What kind of validation fits this description: Provides a list of values for the user to choose from

Presence Check

Field Length Check

Restricted Choice

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?