wayground logo

Free Printable Worksheets

Font size

S
M
L
XL
Worksheets

IT Unit 2 (Databases) Part A

Total questions: 15

Worksheet time: 9mins

Name
Class
Date
1.

Which of the following are primary keys?

a)

CostumeHireGroupID

b)

CostumeID

c)

RentalID

d)

CustomerID

e)

FirstName

2.

What is a composite key?

a)

A primary key made up of more than 1 field

b)

A foreign key that is also a primary key

c)

A primary key that does not uniquely identify a record

d)

A foreign key that is used in more than one table

3.

Does the database design shown have a composite key?

a)

Yes

b)

No

4.

Which of the following data are atomic?

a)

Mr Bob Bobson

b)

TA1 9PO

c)

Ford Capri

d)

Bogtown High School

5.

Which of these are requirements for 1st Normal Form?

a)

Data must be atomic

b)

No repeating groups of data

c)

No repeated fields

d)

Each record is unique (has a primary key)

e)

It must look nice

6.

How is a parameter created in a query to allow user input?

a)

Use square brackets [ ] around a question in the criteria row

b)

Tick the 'parameter' box in the field properties

c)

Use curly brackets { } around a question in the totals row

d)

Add a question in the criteria row using bold font

7.

Which sort of check is used to ensure that data must be entered into a field?

a)

Presence check

b)

Length check

c)

Format check

d)

Range check

e)

Table lookup

8.

Which sort of check is used to ensure that a text field can't be too long?

a)

Presence check

b)

Length check

c)

Format check

d)

Range check

e)

Table lookup

9.

Which sort of check is used to ensure that a foreign key field can only be assigned to a valid record in another table?

a)

Presence check

b)

Length check

c)

Format check

d)

Range check

e)

Table lookup

10.

Which type of test is used for data that is expected to save correctly?

a)

N (Normal)

b)

R (Erroneous)

c)

X (Extreme)

d)

I (Incorrect)

11.

Which type of test is used for data that is expected not to save correctly?

a)

N (Normal)

b)

R (Erroneous)

c)

X (Extreme)

d)

I (Incorrect)

12.

Which type of test is used for data that is on the boundary of what is expected to save correctly?

a)

N (Normal)

b)

R (Erroneous)

c)

X (Extreme)

d)

I (Incorrect)

13.

Which of these are likely to be one-to-many?

a)

Owners and dogs

b)

Students and Address

c)

Movies and actors

d)

Doctors and appointments

14.

What needs to be done to allow a database to handle many-to-many relationships?

a)

Include a 'link' table with one-to-many relationships

b)

By ticking the 'allow many-to-many relationships' check box

c)

Additional primary keys are introduced to the existing tables

d)

Remove some existing fields

15.

Which of the following are foreign keys?

a)

CostumeHireGroupID

b)

CostumeID

c)

RentalID

d)

CustomerID

e)

FirstName