ServiceNow Certified System Administrator — Question 151
Tables may be set up with Many to Many relationships. What is a classic example of a scenario where the tables would have many to many relationships?
Answer options
- A. Vendors can sell multiple products; and products can be sold by multiple vendors.
- B. A Task can trigger many Workflows; and a Workflow can trigger many Tasks.
- C. Requests can contain many Items; and Items can be any item from the catalog.
- D. A Configuration Item can belong to multiple Classes, and Classes can contain multiple Configuration Items.
Correct answer: A
Explanation
The correct answer is A because it describes a classic Many to Many relationship where multiple vendors can sell the same product, and each product can be offered by multiple vendors. The other options describe different types of relationships, such as one-to-many or one-to-one, rather than Many to Many.