nerdexam
Microsoft

77-885 · Question #126

You work as a Database Documenter for Tech Perfect Inc. You have a database named Database1 created in Microsoft Office Access 2010. This database contains three tables named Products, Orders, and…

The correct answer is A. Create a many-to-many relationship. In order to accomplish the task, you should create a many-to-many relationship between the Orders table and the Products table. You can define this relationship by creating two one-to-many relationships to the Order Details table. Answer: B is incorrect. A one-to-one…

Building Tables

Question

You work as a Database Documenter for Tech Perfect Inc. You have a database named Database1 created in Microsoft Office Access 2010. This database contains three tables named Products, Orders, and Order Details. You want to manage the tables in such a way that each record in the Orders table will have many records in the Products table and each record in the Products table will have many records in the Orders table. What should you do to accomplish the task?

Options

  • ACreate a many-to-many relationship.
  • BCreate a one-to-one relationship.
  • CCreate a container-managed relationship.
  • DCreate a one-to-many relationship.

How the community answered

(43 responses)
  • A
    79% (34)
  • B
    12% (5)
  • C
    7% (3)
  • D
    2% (1)

Explanation

In order to accomplish the task, you should create a many-to-many relationship between the Orders table and the Products table. You can define this relationship by creating two one-to-many relationships to the Order Details table. Answer: B is incorrect. A one-to-one relationship is created between two tables in which each record in one table can have only one related record in another table. Answer: D is incorrect. A one-to-many relationship is created between two tables in which a row in the first table can have one or more matching rows in the second table, but a row in the second table can have only one matching row in the first table. Answer: C is incorrect. The Microsoft Office Access does not have this kind of relationship.

Topics

#many-to-many relationship#table relationships#junction table#data modeling

Community Discussion

No community discussion yet for this question.

Full 77-885 Practice