wayground logo

Free Printable Worksheets

Font size

S
M
L
XL
Worksheets

Databases Week 2 Review

Total questions: 12

Worksheet time: 6mins

Name
Class
Date
1.

Individual responsible for maintenance of database

a)

Naive User

b)

Application Programmer

c)

Casual User

d)

Database Administrator

2.

This user is responsible for query tuning

a)

Naive User

b)

Casual User

c)

Application Progarmmer

d)

Database Administrator

3.

Software that controls access to the database and is used to implement the physical database as well as backup and disaster recovery is called

a)

CASE Tool

b)

DMB

c)

Database Management System

d)

Coddulator

4.

Units of a database that store data in rows and columns related to the same subject

a)

CASE Tool

b)

DBMS

c)

Relationship

d)

Table

5.

A single row of information in a table

a)

Record

b)

Field

c)

DBMS

d)

Relationship

6.

A single column in a database table

a)

Record

b)

Field

c)

DBMS

d)

CASE Tool

7.

When we have the same data in multiple locations throughout a database, we call that

a)

Concurrency

b)

Redundancy

c)

Efficiency

d)

Normalcy

8.

A field that uniquely identifies a record in a database

a)

Primary Key

b)

Foreign Key

c)

Attribute

d)

Index

9.

A field in one table that is the primary key of another table and establishes a relationship between the two tables

a)

Primary Key

b)

Foreign Key

c)

House Key

d)

Attribute

10.

This SQL command is used to specify which table(s) data is retrieved

a)

SELECT

b)

FROM

c)

WHERE

d)

INTO

11.

This SQL command is used to specify which field(s) should be returned from the database

a)

SELECT

b)

FROM

c)

WHERE

d)

INTO

12.

This SQL command is used to add a new row of data to a table

a)

SELECT

b)

INSERT

c)

UPDATE

d)

DELETE