wayground logo

Free Printable Worksheets

Font size

S
M
L
XL
Worksheets

Database DIT

Total questions: 23

Worksheet time: 12mins

Name
Class
Date
1.

Which of the following is a way for programmers and others to make sense of complex business flows?

a)

Microsoft Access

b)

Data modeling

c)

Primary keys

d)

Database management system

2.

Which of the following is found in one or more columns of data and contains a unique identifier for the row?

a)

Attribute

b)

Relationship

c)

Primary key

d)

Foreign key

3.

Which data model focuses on high-level concepts?

a)

Operational

b)

Physical

c)

Logical

d)

Conceptual

4.

Which data type uses historical data to make decisions in the present?

a)

Operational

b)

Logical

c)

Conceptual

d)

Analytical

5.

Which type of analytical data can help you make investment decisions?

a)

Market

b)

Machine

c)

Sensor

d)

Transactional

6.

What is the general term for software that creates and manages databases?

a)

DBMS

b)

Microsoft Access

c)

Tables

d)

MySQL

7.

Which database object is essentially questions that we can ask the database?

a)

Reports

b)

Forms

c)

Tables

d)

Queries

8.

Which of the following makes it easier for users to enter data into their tables?

a)

Queries

b)

Tables

c)

Reports

d)

Forms

9.

Which of the following DBMS programs is open source?

a)

SQL Server

b)

MySQL

c)

Oracle Database

d)

Microsoft Access

10.

Which of the following database objects provides a summary of data?

a)

Queries

b)

Forms

c)

Tables

d)

Reports

11.

Formatted summary of information from a database

a)

Table

b)

Query

c)

Form

d)

Report

12.

User friendly interface for adding to or retrieving information from a database

a)

Table

b)

Form

c)

Query

d)

Report

13.

Scores raw data in a relational database

a)

Form

b)

Table

c)

Query

d)

Report

14.

Retrieves specific information from a database. Can also be used to update, edit, and delete information.

a)

Report

b)

Table

c)

Form

d)

Query

15.

Which of the following should not be used as a primary key in a table?

a)

Employee ID

b)

First name

c)

Username

d)

Social Security number

16.

In a relational database table, columns are better known as ________________.

a)

Records

b)

Categories

c)

Instances

d)

Fields

17.

A value that's used to identify a record from a linked table is called a ________________.

a)

Foreign Key

b)

Linked Key

c)

Primary Key

d)

Borrowed Key

18.

A database administrator is setting up a new table that will contain customer information. The fields include name, address, company, phone, email, and customer ID. The administrator is using the customer ID to uniquely identify each customer record. Which of the following BEST describes the customer ID field?

a)

Private key

b)

Foreign key

c)

Public key

d)

Primary key

19.

Edward, a database user, would like to gather some specific information from a database and then manipulate the data in a spreadsheet. Edward then wants to save that information in a file format that will be used by another application. Which of the following database features would work BEST to accomplish this?

a)

Table

b)

Report

c)

Form

d)

Query

20.

Which of the following database features would provide a formatted, easy-to-read listing of the results of a query?

a)

Record

b)

Form

c)

SQL command

d)

Report

21.

A NOT NULL __________ is a rule that prevents certain fields in a database from being left blank.

a)

scalability

b)

schema

c)

query builder

d)

constraint

22.

A business wants to set up a database to store customer and order information. They have decided to use a relational database. Which of the following is the main benefit of using a relational database?

a)

The data can be saved as a flat file.

b)

The data can be stored as unstructured data.

c)

The data can be organized into separate tables that are related to each other.

d)

The data is stored as a single file for quick retrieval.

23.

Marty, a database administrator, has added a foreign key to a table in a database. Which of the following describes the purpose of a foreign key?

a)

For one table to reference records in another table.

b)

To provide a way to distinguish records within a table.

c)

For one database to reference another database.

d)

To allow the storage of unstructured data.