Exam 14: Database Design

arrow
  • Select Tags
search iconSearch Question
  • Select Tags

Most modern database management systems (DBMS) include powerful, menu-driven database generators that automatically create a DDL and generate a prototype database from that DDL.

(True/False)
4.9/5
(40)

A file is a collection of similar records.

(True/False)
4.9/5
(37)

The primary key for a record must never be allowed to have a NULL value.

(True/False)
4.9/5
(37)

A(n) _______________________ factor is the number of logical records included in a single read or write operation (from the computer's perspective).

(Short Answer)
4.8/5
(33)

A historical ___________________________ (advantage or disadvantage) of using conventional files has been processing speed. They can be optimized for the access of the application.

(Short Answer)
4.8/5
(36)

SQL provides a JOIN command to join two or more tables across a common field.

(True/False)
4.9/5
(32)

Data are a resource that must be controlled and managed!

(True/False)
5.0/5
(39)

Stored procedures are programs embedded within a table that are automatically invoked by updates to another table.

(True/False)
4.7/5
(37)

It is important for the database administrator to estimate how much disk capacity is required for a new database to ensure that sufficient disk space is available.

(True/False)
4.8/5
(49)

Horizontal distribution of data results in efficient access and security because each location has only those tables and rows required for that location.

(True/False)
4.9/5
(35)

The cost of developing databases is higher than the cost of developing files.

(True/False)
4.7/5
(33)

Referential integrity is the assurance that a foreign-key value in one table has a matching primary-key value in a related table.

(True/False)
4.8/5
(36)

The person responsible for data planning, definition, architecture, and management is known as a(n):

(Multiple Choice)
4.9/5
(35)

Stored procedures are programs embedded within a table that can be called from an application program.

(True/False)
4.8/5
(46)

When a computer program "reads" a record from a database, it actually retrieves a group or block (or page.) of records at a time. This approach minimizes the number of actual disk accesses.

(True/False)
4.8/5
(28)

The advantages and disadvantages of horizontal versus vertical distribution of data are similar.

(True/False)
4.8/5
(38)

_______________________ files are special records of updates to other files, especially master and transaction files. They are used in conjunction with archival files to recover "lost" data.

(Short Answer)
4.9/5
(46)

A blocking factor is the number of physical records included in a single read or write operation.

(True/False)
4.8/5
(36)

A Gender field can hold only the values M or

(Multiple Choice)
4.9/5
(38)

With horizontal distribution of data, the data cannot always be easily recombined for management analysis across sites.

(True/False)
4.7/5
(38)
Showing 241 - 260 of 268
close modal

Filters

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