Exam 6: Database Design 2: Design Method

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

A(n) ____________________ is essentially both an entity and a relationship and is represented in an E-R diagram by a diamond within a rectangle.

Free
(Short Answer)
4.9/5
(46)
Correct Answer:
Verified

composite entity

What is a column that you create for an entity to serve solely as the primary key and that is visible to users?

Free
(Multiple Choice)
4.7/5
(29)
Correct Answer:
Verified

C

____________________ refers to the number of items that must be included in a relationship.

Free
(Short Answer)
4.7/5
(29)
Correct Answer:
Verified

Cardinality

Convert the following table to first normal form:?Branch (BranchNum, BranchName, (BookCode, Title, OnHand) ) where BranchNum is the primary key

(Multiple Choice)
4.7/5
(47)

Suppose you have the following two tables where EmployeeNum is the primary key in both tables. What can you say about the EmployeeBuilding table??Employee (EmployeeNum, LastName, FirstName)?EmployeeBuilding (EmployeeNum, BuildingName)?FK EmployeeNum -> Employee

(Multiple Choice)
4.7/5
(27)

The crucial issue in making the determination between a single many-to-many-to-many relationship and two (or three) many-to-many relationships is the ____.

(Multiple Choice)
4.9/5
(34)

When implementing the physical-level design, for secondary keys, you must ensure that it is possible to retrieve data rapidly based on a value of which key?

(Multiple Choice)
5.0/5
(43)

On an E-R diagram, ____________________ entities have rounded corners.

(Short Answer)
4.9/5
(34)

What does it mean when an entity has a minimum cardinality of one?

(Multiple Choice)
4.8/5
(33)

Consider the following two tables where EmployeeNum is primary key in both tables. What is the result of combining the two tables??Employee (EmployeeNum, LastName, FirstName, WageRate, SocSecNum, DepartmentNum)?Employee (EmployeeNum, LastName, FirstName, Street, City, State, PostalCode)

(Multiple Choice)
4.7/5
(32)

A foreign key is a column or collection of columns in one table that is required to match the value of the primary key for some row in another table, or be null.

(True/False)
4.8/5
(27)

Which type of key is usually an automatic numbering data type, such as the Access AutoNumber data type?

(Multiple Choice)
4.8/5
(30)

When are nulls used?

(Multiple Choice)
4.8/5
(32)

When designing a database, you might find it helpful to design a ____________ form to obtain the required information from users.

(Short Answer)
4.9/5
(29)

Which of the following is a set of requirements that is necessary to support the operations of a particular database user?

(Multiple Choice)
4.9/5
(32)

When a DBMS cannot enforce data and access restrictions, how should they be enforced?

(Multiple Choice)
4.9/5
(32)

It is through foreign keys that you can create relationships among tables and enforce certain types of ____________________ constraints in a database.

(Short Answer)
4.8/5
(34)

What is the correct order of steps in the information-level design method??1. Normalize the tables.?2. Represent the user view as a collection of tables.?3. Merge the result into the cumulative design.?4. Represent all keys.

(Multiple Choice)
4.9/5
(35)

If no unique identifier is available for an entity, you can go without one.

(True/False)
4.8/5
(41)

The first substep in representing the user view as a collection of tables is to determine entities and create a table for each.

(True/False)
4.8/5
(40)
Showing 1 - 20 of 75
close modal

Filters

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