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
As far as Microsoft Access is concerned,there are no N:M relationships.
Free
(True/False)
4.9/5
(31)
Correct Answer:
True
To represent a M:N relationship in the relational model,an intersection table is created to represent the relationship itself.
Free
(True/False)
4.8/5
(31)
Correct Answer:
True
In the relational model,many-to-many relationships cannot be directly represented by relations the way 1:1 and 1:N relationships can.
Free
(True/False)
4.7/5
(45)
Correct Answer:
True
A(n)________ is a relationship among entities of the same class.
(Short Answer)
4.8/5
(36)
By default,the identifier of the entity becomes the foreign key of the corresponding table.
(True/False)
4.8/5
(32)
To create a 1:1 relationship in Microsoft Access,the Indexed property of the foreign key column must be set to Yes (No Duplicates).
(True/False)
4.9/5
(38)
The first step in representing entities using the relational model is to determine which identifier will be used as the key.
(True/False)
4.7/5
(40)
In many-to-many relationships in a relational database design,________.
(Multiple Choice)
4.9/5
(38)
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
(33)
After a 1:1 relationship has been created between two tables in Microsoft Access,the Relationship Type of One-To-One appears ________.
(Multiple Choice)
4.9/5
(30)
To represent a many-to-many relationship in the relational model,a(n)________ table is used.
(Short Answer)
4.9/5
(33)
In a relational database design,all relationships are expressed by ________.
(Multiple Choice)
4.8/5
(35)
What relationship pattern is illustrated in the following schema?
PRODUCT (ProductID,Description)
SUPPLIER (SupplierID,ContactName,PhoneNumber)
PRODUCT_SUPPLIER (ProductID,SupplierID,Cost)
ProductID in PRODUCT_SUPPLIER must exist in ProductID in PRODUCT
SupplierID in PRODUCT_SUPPLIER must exist in SupplierID in PRODUCT
(Multiple Choice)
4.8/5
(33)
Which of the following is true when representing a 1:1 binary relationship using the relational model?
(Multiple Choice)
4.9/5
(43)
Which of the following is not true about representing subtypes in a relational database design?
(Multiple Choice)
4.9/5
(33)
What is an association relationship,and how does it differ from an N:M relationship?
(Essay)
4.9/5
(45)
For a(n)________ weak entity,it is necessary to add the key of the parent entity to the weak entity's relation so that this added attribute becomes part of the weak entity's key.
(Short Answer)
4.9/5
(35)
One of the important properties of a column is whether or not it is ________.
(Multiple Choice)
4.8/5
(31)
Showing 1 - 20 of 81
Filters
- Essay(0)
- Multiple Choice(0)
- Short Answer(0)
- True False(0)
- Matching(0)