Exam 6: Transforming Data Models Into Database Designs
Exam 1: Introduction100 Questions
Exam 2: Introduction to Structured Query Language SQL105 Questions
Exam 3: The Relational Model and Normalization100 Questions
Exam 4: Database Design Using Normalization100 Questions
Exam 5: Data Modeling With the Entity-Relationship Model100 Questions
Exam 6: Transforming Data Models Into Database Designs103 Questions
Exam 7: Sql for Database Construction and Application Processing100 Questions
Exam 8: Database Redesign101 Questions
Exam 9: Managing Multiuser Databases102 Questions
Exam 10: A: Managing Databases With SQL Server 20012100 Questions
Exam 10: B: Managing Databases With Oracle Database 11g Release 2100 Questions
Exam 10: C: Managing Databases With MySQL100 Questions
Exam 11: The Web Server Environment198 Questions
Exam 12: Big Data datawarehouse and Business Intelligence Systems102 Questions
Exam 13: Microsoft Access 201348 Questions
Exam 14: Getting Started With Systems Analysis and Design35 Questions
Exam 15: E-R Diagrams and the Idef1x Standard35 Questions
Exam 16: E-R Diagrams and the UML Standard36 Questions
Exam 17: Getting Started With MySQL Workbench Data Modeling Tools37 Questions
Exam 18: Getting Started With Microsoft Visio 201334 Questions
Exam 19: Data Structures for Database Processing35 Questions
Exam 20: the Semantic Object Model35 Questions
Exam 21: Getting Started With Web Servers php and the Eclipse PDT35 Questions
Exam 22: Business Intelligence Systems80 Questions
Select questions type
In many-to-many relationships in a relational database design,________.
(Multiple Choice)
4.9/5
(39)
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
(39)
Recursive M:N relationships are represented with an intersection table that shows pairs of related rows from a single table.
(True/False)
4.9/5
(40)
One of the important properties of an attribute is whether or not it is required.
(True/False)
4.8/5
(47)
When the child entity is required (M)in a relationship,there needs to be at least one child row for each parent row at all times.
(True/False)
4.9/5
(33)
One of the important properties of a column is whether or not it can have a NULL value.
(True/False)
4.8/5
(31)
If the parent is required,then a new child row must be created with a valid foreign key value.
(True/False)
4.9/5
(33)
To represent an M:N relationship in a relational database design,a table is created to represent the relationship itself.
(True/False)
5.0/5
(33)
When the parent entity is required (M)in a relationship,every row of the child table must have a valid,non-null value of the foreign key.
(True/False)
4.8/5
(37)
To which of the following actions are referential integrity constraints not applied?
(Multiple Choice)
4.8/5
(40)
An entity needs to be examined according to normalization criteria before creating a table from it in the relational database design.
(True/False)
4.9/5
(40)
What are the four sets of minimum cardinalities that can be present in a 1:N binary relationship?
(Essay)
4.7/5
(28)
When transforming an E-R data model into a relational database design,the key of the parent entity should be placed as part of the primary key into the child entity ________.
(Multiple Choice)
4.9/5
(31)
In 1:N relationships,the table on the "many" side is called the child.
(True/False)
4.9/5
(36)
A referential integrity constraint policy that insures that foreign key values in a table are correctly maintained when there is a change to the primary key value in the parent table is called ________.
(Multiple Choice)
4.8/5
(35)
When creating a table in the relational database design from an entity in the extended E-R model,the attributes of the entity become the rows of the table.
(True/False)
4.8/5
(26)
When transforming supertype/subtype entities into a relational database design,the key of the supertype table is placed into the subtype table typically as the key.
(True/False)
4.8/5
(30)
Showing 81 - 100 of 103
Filters
- Essay(0)
- Multiple Choice(0)
- Short Answer(0)
- True False(0)
- Matching(0)