wayground logo

Free Printable Worksheets

NEW

Font size

S
M
L
XL
Worksheets

Database Management System

Total questions: 30

Worksheet time: 10mins

Name
Class
Date
1.

Which Access object primarily stores data in rows and columns?

a)

 Form

b)

Table

c)

Query

d)

Report

2.

Which data type is best for storing a True/False value?

a)

Byte

b)

Boolean

c)

Lookup Wizard

d)

Number

3.

What is the main purpose of a Primary Key?

a)

To speed up queries

b)

To ensure uniqueness in each record

c)

To link unrelated tables

d)

To encrypt data

4.

How do you establish a relationship between two tables?

a)

Using a common field

b)

By matching field sizes

c)

By matching Auto Numbers only

d)

Through macros

5.

The property that sets the maximum length of a Text field is

a)

Field Size

b)

Format

c)

Input Mask

d)

Validation Rule

6.

The Lookup Wizard is used to

a)

Create a dropdown list from another table or query

b)

Restrict numeric input

c)

Automatically number records

d)

Define relationships

7.

Referential Integrity ensures that

a)

You cannot delete a record that’s referenced by another table

b)

Duplicate records are allowed

c)

Only text fields can be related

d)

Null values are permitted

8.

The Format property

a)

Converts data types automatically

b)

Changes the actual stored value

c)

Locks a field from editing

d)

Controls how data is displayed

9.

A Validation Rule to accept only numbers greater than 100 is

a)

>100

b)

>=100

c)

<100

d)

=100

10.

The Input Mask property is used to

a)

Change field size

b)

Create relationships

c)

Restrict the data entry format

d)

Prevent duplicates

11.

Which data type is most appropriate for currency values?

a)

Number

b)

Currency

c)

Double

d)

Decimal

12.

 A Foreign Key is used to

a)

Link tables in relationships

b)

Identify each record uniquely

c)

Create an input mask

d)

Sort records

13.

Which Access object is used to retrieve specific information?

a)

Table

b)

Query

c)

Form

d)

Report

14.

Which criterion will return prices between 500 and 1000?

a)

Range(500,1000)

b)

>=500 Or <=1000

c)

Between 500 And 1000

d)

>500 Or <1000

15.

The AutoNumber data type is ideal for

a)

Primary keys

b)

Foreign keys

c)

Text values

d)

Calculations

16.

If Cascade Delete is enabled, deleting a record in the main table

a)

Deletes the entire database

b)

Creates a backup automatically

c)

Deletes related records in the child table

d)

Prevents deletion completely

17.

Bound forms differ from unbound forms because:

a)

Bound forms can’t display queries

b)

Bound forms are connected to data sources

c)

Unbound forms edit table data

d)

There’s no difference

18.

To prevent users from leaving a field blank, use the property

a)

Required

b)

Default Value

c)

Input Mask

d)

 Format

19.

Which feature can automatically detect relationships?

a)

Relationship Tool

b)

Lookup Wizard

c)

AutoForm

d)

Data Analyzer

20.

The Default Value property

a)

Automatically fills in a value for new records

b)

Prevents editing a field

c)

Creates a validation rule

d)

Locks record entries

21.

Which property restricts entries to certain patterns such as phone numbers?

a)

Indexed

b)

Format

c)

Field Size

d)

Input Mask

22.

Which data type automatically generates a unique number for each record?

a)

Number

b)

AutoNumber

c)

Currency

d)

Short Text

23.

What happens if referential integrity is not enforced?

a)

Relationships cannot be created

b)

Data will not save

c)

You may have orphan records in related tables

d)

Queries will not run

24.

Which object allows you to create a user-friendly interface for data entry?

a)

Form

b)

Report

c)

Query

d)

Table

25.

Which field property defines how Access stores numeric data internally?

a)

Field Size

b)

Format

c)

Input Mask

d)

Validation Text

26.

What is the advantage of indexing a field?

a)

It encrypts stored data

b)

It prevents invalid data

c)

It speeds up search and sort operations

d)

It hides field content

27.

The command Compact and Repair Database is used to

a)

Delete unused tables

b)

Create automatic backups

c)

Fix errors and reduce database size

d)

Encrypt the database

28.

What’s the difference between “Backup Database” and “Compact & Repair”?

a)

Backup erases old data

b)

Both perform the same function

c)

Backup creates a copy; Compact & Repair optimizes the file

d)

Compact & Repair only compresses images

29.

Which expression in a query calculates total sales?

a)

[Quantity]*[UnitPrice] AS TotalSales

b)

Sum(Quantity, UnitPrice)

c)

=Quantity*UnitPrice()

d)

[UnitPrice]/[Quantity]

30.

The Input Mask “(999) 000-0000” represents

a)

A date format

b)

A currency format

c)

A phone number pattern

d)

An SSS format