Exam 6: Transforming Data Models Into Database Designs
Exam 1: Introduction100 Questions
Exam 2: Introduction to Structured Query Language SQL100 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 Processing105 Questions
Exam 8: Database Redesign101 Questions
Exam 9: Managing Multiuser Databases102 Questions
Exam 10: Managing Databases With SQL Server 2008 R2100 Questions
Exam 11: Managing Databases With Oracle Database 11g100 Questions
Exam 12: Managing Databases With MySQL 55100 Questions
Exam 13: The Web Server Environment110 Questions
Exam 14: Database Processing With XML100 Questions
Exam 15: Database Processing for Business Intelligence Systems101 Questions
Exam 16: Microsoft Access 201048 Questions
Exam 17: Getting Started With Systems Analysis and Design35 Questions
Exam 18: E-R Diagrams and the Idef1x Standard35 Questions
Exam 19: E-R Diagrams and the UML Standard36 Questions
Exam 20: Getting Started With MySQL Workbench Data Modeling Tools37 Questions
Exam 21: Getting Started With Microsoft Visio 201036 Questions
Exam 22: the Semantic Object Model35 Questions
Exam 23: Data Structures for Database Processing35 Questions
Exam 24: Getting Started With Web Servers php and the Eclipse PDT35 Questions
Select questions type
The first step in the database design process is to create tables and columns from entities and attributes.
(True/False)
4.9/5
(34)
One of the important properties of a column is whether or not it is ________.
(Multiple Choice)
4.9/5
(37)
Briefly describe the process of converting an extended E-R model into a relational database design.
(Essay)
4.9/5
(37)
By default,the identifier of the entity becomes the foreign key of the corresponding table.
(True/False)
4.9/5
(35)
Whether or not an attribute is required is determined during the database modeling phase.
(True/False)
4.9/5
(35)
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
(37)
When transforming an ID-dependent E-R data model relationship into a relational database design and the child entity is designed to use a surrogate key,then ________.
(Multiple Choice)
4.9/5
(30)
Cascading deletions are generally not used with relationships between strong entities.
(True/False)
4.9/5
(30)
In a supertype-subtype structure,discriminator attributes ________.
(Multiple Choice)
4.9/5
(37)
Recursive M:N relationships are represented with an intersection table that shows pairs of related rows from a single table.
(True/False)
4.8/5
(37)
Referential integrity constraints should disallow adding a new row to a child table when the foreign key does not match a primary key value in the parent table.
(True/False)
4.7/5
(30)
Which of the following is not true about representing subtypes in a relational database design?
(Multiple Choice)
4.9/5
(28)
To represent a one-to-many relationship in a relational database design the key of the child table is placed as a foreign key into the other table.
(True/False)
4.9/5
(43)
A referential integrity constraint policy that insures that all rows containing a particular foreign key value in a table are eliminated from the table when the row containing the corresponding primary key value in a parent table is eliminated from the database is called ________.
(Multiple Choice)
4.8/5
(40)
When transforming an extended E-R model into a relational database design,recursive relationships are treated fundamentally the same as other HAS-A relationships.
(True/False)
5.0/5
(41)
When creating a table for an ID-dependent entity,both the key of the parent and the key of the entity itself must appear in the table.
(True/False)
5.0/5
(26)
Showing 41 - 60 of 103
Filters
- Essay(0)
- Multiple Choice(0)
- Short Answer(0)
- True False(0)
- Matching(0)