ServiceNowServiceNow
CSA · Question #127
CSA Question #127: Real Exam Question with Answer & Explanation
The correct answer is B: Many to Many. This question describes a specific type of table relationship in ServiceNow where records from two tables are mutually visible in related lists.
Submitted by salim_om· Apr 18, 2026Database Management and Platform Security
Question
What is the name of the table relationship, where two or more tables are related in a bi-directional relationship, so that the related records are visible from both tables in a related list?
Options
- ADatabase View
- BMany to Many
- COne to Many
- DExtended
Explanation
This question describes a specific type of table relationship in ServiceNow where records from two tables are mutually visible in related lists.
Common mistakes.
- A. A Database View is a virtual table created by joining data from two or more existing tables for reporting, not a relationship type that defines bi-directional related lists.
- C. A One-to-Many relationship defines that one record in the parent table can be associated with multiple records in the child table, but related lists primarily show child records on the parent form, not bi-directionally on both.
- D. 'Extended' refers to a table inheritance relationship where a table inherits fields and properties from a parent table, not a bi-directional related list relationship between two distinct tables.
Concept tested. ServiceNow Many-to-Many table relationships
Topics
#Table Relationships#Many-to-Many#Related Lists#Data Model
Community Discussion
No community discussion yet for this question.