wayground logo

Free Printable Worksheets

Font size

S
M
L
XL
Worksheets

Review and practice Database Concepts

Total questions: 18

Worksheet time: 24mins

Name
Class
Date
1.

What is a database?

a)

A database is an organized collection of data that can be easily accessed, managed, and updated.

b)

A database is a collection of random files without structure.

c)

A database is a physical storage device for files.

d)

A database is a type of software used for graphic design.

2.

Why is it important to create an appropriate database structure?

a)

It is important to create an appropriate database structure to ensure data integrity, optimize performance, and facilitate efficient data retrieval.

b)

To make the database visually appealing.

c)

To reduce the size of the database files.

d)

To ensure all data is stored in a single table.

3.

What are the steps to create a table in Access?

a)

Open Access and delete an existing database.

b)

1. Open Access and create a new database. 2. Go to 'Create' tab and select 'Table Design'. 3. Define fields and data types. 4. Set primary key if necessary. 5. Save the table.

c)

Go to 'Home' tab and select 'Import Data'.

d)

Define fields and data types in Excel before importing.

4.

How do you define primary keys in a table?

a)

Primary keys are optional for every table.

b)

A primary key is a column that can contain duplicate values.

c)

A primary key can be any column in a table.

d)

A primary key is a column or set of columns that uniquely identifies each row in a table.

5.

What is the purpose of relationships in a database?

a)

To eliminate the need for data normalization.

b)

To store data in a single table only.

c)

To create visual representations of data without structure.

d)

The purpose of relationships in a database is to connect and organize data across different tables, ensuring data integrity and facilitating efficient data retrieval.

6.

How can you enter data into a table in Access?

a)

Use SQL queries to add data to the table.

b)

Enter data by importing from an Excel file.

c)

Create a new table and copy data from another database.

d)

Open the table in Datasheet View and enter data directly into the cells.

7.

What is the difference between importing and entering data?

a)

Importing data is only for large datasets.

b)

Entering data requires special software tools.

c)

Importing data is always faster than entering data.

d)

Importing data is bulk transfer from external sources, while entering data is manual input.

8.

How do you create a data entry form in Access?

a)

Select the Table Design view to create a data entry form.

b)

Import a data entry form from Excel to Access.

c)

Use the Form Wizard in the Create tab to create a data entry form.

d)

Use the Query Builder to create a data entry form.

9.

What are the benefits of using forms for data entry?

a)

Forms eliminate the need for any data validation.

b)

Forms are only useful for collecting payments.

c)

Using forms slows down the data entry process.

d)

Benefits of using forms for data entry include improved data accuracy, consistency, user guidance, and efficiency.

10.

How can you manipulate data in Access?

a)

Access does not support any programming languages.

b)

Use queries, forms, reports, macros, and VBA.

c)

Use only tables to store data.

d)

Data cannot be manipulated in Access.

11.

What are some common data manipulation operations?

a)

Transcribing, encoding, compressing

b)

Storing, deleting, indexing

c)

Filtering, sorting, aggregating, merging, reshaping

d)

Calculating, visualizing, exporting

12.

How do you establish a one-to-many relationship in Access?

a)

Use a foreign key in both tables referencing each other.

b)

Establish a relationship by merging the two tables into one.

c)

Create a single table with multiple primary keys.

d)

Create two tables, define a primary key in the primary table, and a foreign key in the related table that references the primary key.

13.

Explain the difference between a database and a spreadsheet.

4 lines
14.

Match the following

a)
  • Table

1.
  • A collection of data organized.

b)
  • Field

2.
  • A single piece of data within a table.

c)
  • Record

3.
  • A set of fields that define a record.

d)
  • Primary Key

4.
  • A unique identifier for a record.

e)
  • Foreign Key

5.
  • A key that links two tables.

15.

Drag the fields into the correct table category.

Categorize the following

Name

Age

Address

Product Name

Price

Quantity

Customer Table
Order Table
16.

Click on parts of a given database structure diagram.
Look at the diagram and click on the following:

  1. Primary Key

  2. Foreign Key

17.

Arrange the steps to create a database structure in the correct sequence.

a)
  • Identify the tables needed based on data requirements.

b)
  • Define the fields for each table.

c)
  • Select a Primary Key for each table.

d)
  • Establish relationships between tables.

e)

Normalize the database to avoid redundancy.

1)
2)
3)
4)
5)
18.

Examine the diagram of the Form Design Interface below. Identify and label the following components:
Form Header
Ribbon
Detail Section

Layout View

Add New Record