Exam 5: Database Design
Exam 1: Getting Started82 Questions
Exam 2: The Relational Model90 Questions
Exam 3: Structured Query Language97 Questions
Exam 4: Data Modeling and the Entity Relationship Model83 Questions
Exam 5: Database Design81 Questions
Exam 6: Database Administration78 Questions
Exam 7: Database Processing Applications84 Questions
Exam 8: Data Warehouses,Business Intelligence Systems,and Big Data100 Questions
Exam 9: Learn how to create a database in SQL Server 201643 Questions
Exam 10: Learn how to create a database in Oracle Database XE 11g Release 252 Questions
Exam 11: Learn how to create a database in MySQL 5.7 Community Server Edition72 Questions
Exam 12: Introduce the topic of importing Microsoft Excel 2016 data into a database table84 Questions
Exam 13: To be able to create a statement of work (SOW)54 Questions
Exam 14: Learn how to create E-R data models in Microsoft Visio 201633 Questions
Exam 15: Learn how to create Microsoft Access 2016 switchboards17 Questions
Exam 16: Know how to configure and update PHP36 Questions
Exam 17: Learn the basic concepts of business intelligence (BI)systems98 Questions
Exam 18: Learn about replicated partitioned data stores for supporting clusters75 Questions
Select questions type
By default,when Microsoft Access creates a relationship between two tables it creates a(n)________ relationship.
(Short Answer)
4.8/5
(43)
Which of the following is not true of recursive relationships?
(Multiple Choice)
4.8/5
(41)
Relations should always be normalized to the highest degree possible.
(True/False)
4.8/5
(50)
From a pragmatic standpoint,the only important rule of normalization is that the determinant of every functional dependency must be a candidate key.
(True/False)
4.7/5
(32)
In relational database design,ID-dependent entities are used to ________.
(Multiple Choice)
4.8/5
(32)
Recursive relationships can be represented in the relational model using the same techniques that are used for binary relationships.
(True/False)
4.9/5
(30)
Which of the following would be a reason to denormalize a relation?
(Multiple Choice)
4.8/5
(26)
To represent a 1:N relationship in the relational model,the key of either entity may be placed as a foreign key in the other entity.
(True/False)
4.8/5
(30)
Given the tables
TABLE_A (Attribute1,Attribute2,Attribute3)
TABLE_B (Attribute4,Attribute5,Attribute6)
As shown in the figure below,which of the following would display the correct placement of foreign keys in the relational model?


(Multiple Choice)
4.8/5
(35)
How are one-to-one recursive relationships addressed using the relational model?
(Essay)
4.8/5
(27)
Given the tables
PRODUCT (ProductID,Description,Cost)
SUPPLIER (SupplierID,ContactName,PhoneNumber)
As shown in the figure below,which of the following would represent the correct placement of foreign keys?


(Multiple Choice)
4.7/5
(36)
Write the schema to represent the entities below,including tables,the proper placement of the foreign key,and referential integrity constraint.


(Essay)
4.8/5
(39)
Explain the representation of a many-to-many strong entity relationship in a relational database design.
(Essay)
4.7/5
(35)
As far as Microsoft Access is concerned,there are no 1:N relationships.
(True/False)
4.9/5
(33)
After a 1:1 relationship has been created between two tables in Microsoft Access,the Relationship Type of One-To-One appears in the ________.
(Short Answer)
4.8/5
(39)
One of the important properties of an attribute is whether or not it is required.
(True/False)
4.8/5
(43)
By default,Microsoft Access creates 1:1 relationships between tables.
(True/False)
4.8/5
(26)
Explain the representation of a one-to-many strong entity relationship in a relational database design.
(Essay)
4.7/5
(28)
Showing 21 - 40 of 81
Filters
- Essay(0)
- Multiple Choice(0)
- Short Answer(0)
- True False(0)
- Matching(0)