Services
Discover
Homeschooling
Ask a Question
Log in
Sign up
Filters
Done
Question type:
Essay
Multiple Choice
Short Answer
True False
Matching
Topic
Computing
Study Set
Concepts of Database Management Study Set 2
Quiz 6: Database Design 2: Design Method
Path 4
Access For Free
Share
All types
Filters
Study Flashcards
Practice Exam
Learn
Question 21
Multiple Choice
Convert the following table to first normal form:?Branch (BranchNum, BranchName, (BookCode, Title, OnHand) ) where BranchNum is the primary key
Question 22
Multiple Choice
Which of the following is an example of an enforcing restriction?
Question 23
Multiple Choice
In DBDL documentation, what element of a table is followed by an arrow pointing to the table identified by the element?
Question 24
Multiple Choice
An alternative to the primary key of a table is listed with which abbreviation in DBDL?
Question 25
Multiple Choice
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?
Question 26
Multiple Choice
If each employee works in a single department and each department has several employees, what is the relationship between departments and employees?
Question 27
Multiple Choice
Which type of key is usually an automatic numbering data type, such as the Access AutoNumber data type?
Question 28
Multiple Choice
After the information-level design is completed, what is the next step?
Question 29
Multiple Choice
What is an entity that does not require a relationship to another entity for identification?
Question 30
Multiple Choice
What type of primary key is system-generated and is usually hidden from users?
Question 31
Multiple Choice
Which of the following is used to improve performance in frequently used columns by maintaining a sort order but does not enforce constraints?
Question 32
Multiple Choice
As you design the user view, which aspect of the table are the properties of the entities you choose?
Question 33
Multiple Choice
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)
Question 34
Multiple Choice
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.