wayground logo

Free Printable Worksheets

NEW

Font size

S
M
L
XL
Worksheets

Tutorial

Total questions: 9

Worksheet time: 7mins

Name
Class
Date
1.

1. Which of the following statement(s) is/are true?

a)

[A] Primary keys can have null values

b)

[B] A primary key must always have a unique index

c)

[C] A primary key is used to relate a table to foreign keys in other tables

d)

[D] [A] and [B]

e)

[E] [B] and [C]

2.

2. A data field validation rule

a)

[A] Checks the value entered into a field as the user leave the field

b)

[B] Checks that there is a match between data entered and a particular criterion

c)

[C] Produces an error message for mismatches between data entered and criterion for field

d)

[D] [A] and [B]

e)

[E] [A], [B] and [C]

3.

3. An example of a record from the Shopping Mall database is:

a)

[A] Job Category

b)

[B] Potter

c)

[C] The column of data A123; A456; A777 etc

d)

[D] The row of data A777; Digital World; Doe; (039)-145-2341

e)

[E] None of the above

4.

4. The primary key of the Store table is:

a)

[A] Job Category

b)

[B] StoreID

c)

[C] VacancyID

d)

[D] StoreName

e)

[E] Phone

5.

5. An example of a foreign key in the Shopping Mall database is:

a)

[A] StoreID in the Vacancy table

b)

[B] StoreID in the Store table

c)

[C] VacancyID in the Vacancy table

d)

[D] JobCategory in the Vacancy table

e)

[E] None of the above

6.

6. The field “NoofWeeks” has to contain values that are at least 1 week and no more than 10 weeks. Which would be the correct criteria for a validation rule for the “NoOfWeeks” field?

a)

[A] >1 and <10

b)

[B] >=1 and <=10

c)

[C] >1 and <=10

d)

[D] >=1 and <10

e)

[E] Between 0 and 11

7.

7. The manager wishes to find all stores with temporary Security jobs available for more than 3 weeks. Which of the following would be the correct design for this query?

a)
b)
c)
d)
e)
8.

8. When referential integrity is enforced, MS ACCESS will check that:

a)

[A] StoreID in the Vacancy table exists in the Store table

b)

[B] StoreID in Vacancy table is equal to StoreID in Store table

c)

[C] The related field names must be the same

d)

[D] [A] and [B]

e)

[E] [A], [B] and [C]

9.

9. Which of the following statement(s) is/are true?

a)

[A] There is a one to many relationship between the Store table and the Vacancy Table

b)

[B] The Store table is a parent table in its relationship with the Vacancy table

c)

[C] There is a many to one relationship between the Store table and the Vacancy table

d)

[D] [A] and [B] only

e)

[E] [B] and [C] only