Exam 14: Database Design

arrow
  • Select Tags
search iconSearch Question
  • Select Tags

A secondary key is an alternate identifier for a database. Its value may identify either a single record or a subset of all records.

(True/False)
4.8/5
(36)

A program embedded within a table and invoked automatically by updates is called a(n):

(Multiple Choice)
4.9/5
(41)

A significant disadvantage of conventional files is their inflexibility and non-scalability.

(True/False)
4.9/5
(38)

A primary key might be created by combining two or more fields. In this situation, it is called a concatenated key.

(True/False)
4.7/5
(34)

A fixed-length record structure means that each record instance can have different fields, a different number of fields, as long as the length (size) of the record is always fixed at the same size.

(True/False)
4.8/5
(44)

The data definition language (DDL) is used to create, read, update, and delete records in the database and to navigate between different records and types of records.

(True/False)
4.9/5
(44)

___________________________ files and tables contain master and transaction file records that have been deleted from on-line storage. Thus, records are rarely deleted; they are merely moved from on-line storage to off-line storage. Their requirements are dictated by government regulation and the need for subsequent audit or analysis.

(Short Answer)
4.9/5
(40)

A primary key might be created by combining two or more fields. In this situation it is called a _______________ key.

(Short Answer)
4.9/5
(44)

In implementing a database schema, an index should be created for any nonkey attributes that were identified as subsetting criteria requirements.

(True/False)
4.8/5
(37)

SQL provides a SELECT command to select specific records from a table based on specific criteria.

(True/False)
4.9/5
(44)

A(n) _________________________ key is a field whose values identify one and only one record in a file.

(Short Answer)
4.7/5
(34)

Files and tables that contain master and transaction file records that have been deleted from on-line storage are known as:

(Multiple Choice)
4.8/5
(40)

A database is a collection of interrelated files.

(True/False)
4.8/5
(25)

_______________________________________ establishes which business locations need access to which logical data entities and attributes.

(Short Answer)
4.9/5
(38)

No two records in an employee table can have the same value for EmployeeID. This is an example of:

(Multiple Choice)
4.8/5
(40)

Database design should proceed only if the underlying logical data model is in at least 2NF.

(True/False)
4.8/5
(34)

A foreign key is a field whose values identify one and only one record in the same file.

(True/False)
4.9/5
(43)

During the creation of database schemas, NULL means the field does not have to have a value; whereas, NOT NULL means the field must have a value.

(True/False)
4.9/5
(34)

Horizontal distribution of the data means that each table or entire rows in a table would be assigned to different database servers and locations.

(True/False)
4.8/5
(36)

Transaction files or tables contain records that describe business events. The data describing these events normally has a limited useful lifetime.

(True/False)
4.9/5
(35)
Showing 81 - 100 of 268
close modal

Filters

  • Essay(0)
  • Multiple Choice(0)
  • Short Answer(0)
  • True False(0)
  • Matching(0)