Exam 2: Database Design Fundamentals

arrow
  • Select Tags
search iconSearch Question
flashcardsStudy Flashcards
  • Select Tags

At Premiere Products, there is a ____ relationship between sales reps and customers.

Free
(Multiple Choice)
4.9/5
(32)
Correct Answer:
Verified

C

A relation is in ____ if it does not contain any repeating groups.

Free
(Multiple Choice)
4.9/5
(30)
Correct Answer:
Verified

A

Define a relation.

Free
(Essay)
4.8/5
(30)
Correct Answer:
Verified

A relation is a two-dimensional table in which:
1. The entries in the table are single-valued; that is, each location in the table contains a single entry.
2. Each column has a distinct name (technically called the attribute name).
3. All values in a column are values of the same attribute (that is, all entries must match the column name).
4. The order of columns is immaterial.
5. Each row is distinct.
6. The order of rows is immaterial.

In a relational database each ____ should be unique.

(Multiple Choice)
4.8/5
(36)

In this text, Boyce-Codd normal form is the same as ____.

(Multiple Choice)
4.8/5
(33)

Each column in a table of a relational database should have a distinct name.

(True/False)
4.8/5
(39)

A(n) ____________________ column is a column that is not part of the primary key.

(Short Answer)
4.7/5
(48)

A matrix is the association between entities.

(True/False)
5.0/5
(39)

A record is another term for a(n) ____.

(Multiple Choice)
4.9/5
(33)

The process of determining the particular tables and columns that will comprise a database is known as ____.

(Multiple Choice)
4.7/5
(37)

____ is the duplication of data.

(Multiple Choice)
4.9/5
(40)

In an entity-relationship (E-R) diagram, ____ are used to represent an entity.

(Multiple Choice)
4.8/5
(39)

In a relation, the ____________________ of the rows and columns is immaterial.

(Short Answer)
4.8/5
(46)

The process of determining the particular tables and columns that will comprise a database is known as database design.

(True/False)
4.8/5
(39)

What are the six steps necessary to design a database for a set of requirements?

(Essay)
4.8/5
(27)

There is a commonly accepted shorthand representation to show the structure of a relational database: After the name of the table, all the columns in the table are listed within a set of ____.

(Multiple Choice)
4.8/5
(29)

The concept of functional dependence is trivial to understanding database concepts.

(True/False)
4.9/5
(42)

Many organizations and institutions are moving toward using Social Security numbers as primary keys because of privacy issues.

(True/False)
4.8/5
(47)

It is possible for the computer to generate values that are used as the primary key column.

(True/False)
4.7/5
(37)

You can determine functional dependence by viewing sample data.

(True/False)
4.9/5
(36)
Showing 1 - 20 of 75
close modal

Filters

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