nerdexam
ServiceNow

CSA · Question #127

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?

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

How the community answered

(36 responses)
  • A
    3% (1)
  • B
    89% (32)
  • C
    3% (1)
  • D
    6% (2)

Why each option

This question describes a specific type of table relationship in ServiceNow where records from two tables are mutually visible in related lists.

ADatabase View

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.

BMany to ManyCorrect

A Many-to-Many relationship (M2M) in ServiceNow allows multiple records from one table to be associated with multiple records from another table, and vice-versa, ensuring related records are visible as related lists on forms of both associated tables.

COne to Many

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.

DExtended

'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

Source: https://docs.servicenow.com/bundle/utah-now-platform/page/administer/table-administration/concept/m2m-relationships.html

Topics

#Table Relationships#Many-to-Many#Related Lists#Data Model

Community Discussion

No community discussion yet for this question.

Full CSA Practice