Exam 6: Transforming Data Models Into Database Designs
Exam 1: Introduction100 Questions
Exam 2: Introduction to Structured Query Language114 Questions
Exam 3: The Relational Model and Normalization100 Questions
Exam 4: Database Design Using Normalization100 Questions
Exam 5: Data Modeling With the Entity-Relationship Model104 Questions
Exam 6: Transforming Data Models Into Database Designs103 Questions
Exam 7: SQL for Database Construction and Application Processing104 Questions
Exam 8: Database Redesign103 Questions
Exam 9: Managing Multiuser Databases102 Questions
Exam 10: Managing Databases With SQL Server 2014101 Questions
Exam 11: Managing Databases With Oracle Database106 Questions
Exam 12: Managing Databases With Mysql 5.6101 Questions
Exam 13: The Web Server Environment128 Questions
Exam 14: Big Data, Data-Warehouses, and Business Intelligence Systems108 Questions
Exam 15: Getting Started With Microsoft Access 201353 Questions
Exam 16: Getting Started With Systems Analysis and Design37 Questions
Exam 17: E-R Diagrams and the IDEF1X Standard37 Questions
Exam 18: E-R Diagrams and the UML Standard36 Questions
Exam 19: Getting Started With Mysql Workbench Data Modeling Tools37 Questions
Exam 20: Getting Started With Microsoft Visio 201332 Questions
Exam 21: Data Structures for Database Processing39 Questions
Exam 22: the Semantic Object Model35 Questions
Exam 23: Getting Started With Web Servers, PHP, and the Netbeans IDE35 Questions
Exam 24: Business Intelligence Systems82 Questions
Exam 25: Big Data81 Questions
Select questions type
Briefly describe the process of converting an extended E-R model into a relational database design.
(Essay)
4.8/5
(43)
One of the important properties of an attribute is whether or not it is required.
(True/False)
4.8/5
(45)
An ID-dependent table can be used to represent multivalued attributes.
(True/False)
4.9/5
(31)
When transforming supertype/subtype entities into a relational database design,all of the attributes for the supertype table are placed into the subtype relations.
(True/False)
4.8/5
(34)
In 1:N relationships,the table on the "one" side is called the parent.
(True/False)
4.7/5
(31)
When transforming supertype/subtype entities into a relational database design,an entity is created for the supertype only.
(True/False)
4.9/5
(39)
To represent an N:M relationship in a relational database design,in essence it is reduced to two 1:N relationships.
(True/False)
4.8/5
(33)
A default value is the value the user enters into the row the first time the user enters data.
(True/False)
4.8/5
(37)
How are one-to-one recursive relationships addressed using the relational model?
(Essay)
4.8/5
(41)
In a 1:1 relationship,the foreign key is defined as an alternate key to make the DBMS enforce uniqueness.
(True/False)
4.8/5
(44)
In representing a 1:N relationship in a relational database design,the key of the table representing the entity on the "many" side is placed as a foreign key in the table representing the entity on the "one" side of the relationship.
(True/False)
4.8/5
(40)
A referential integrity constraint policy that guarantees that a row in a parent table always has a required entry in a child table ________.
(Multiple Choice)
4.8/5
(39)
Recursive M:N relationships are represented with an intersection table that shows pairs of related rows from a single table.
(True/False)
4.7/5
(37)
The last step in creating a table is to verify table normalization.
(True/False)
4.9/5
(40)
In many-to-many relationships in a relational database design,the primary keys of both tables are joined into a composite primary key in the intersection table.
(True/False)
4.8/5
(40)
In a relational database design,all relationships are expressed by creating a foreign key.
(True/False)
4.9/5
(41)
Showing 41 - 60 of 103
Filters
- Essay(10)
- Multiple Choice(30)
- Short Answer(0)
- True False(63)
- Matching(0)