nerdexam
ServiceNow

CSA · Question #158

What ServiceNow feature allows you to include data from a secondary related table on a report?

The correct answer is B. Dot Walking. This question asks for the ServiceNow feature that enables reporting on data from related tables.

Submitted by anna_se· Apr 18, 2026User Interface and Navigation

Question

What ServiceNow feature allows you to include data from a secondary related table on a report?

Options

  • ASQL
  • BDot Walking
  • COuter Join
  • DJoins

How the community answered

(35 responses)
  • B
    91% (32)
  • C
    3% (1)
  • D
    6% (2)

Why each option

This question asks for the ServiceNow feature that enables reporting on data from related tables.

ASQL

While SQL is the underlying database language, ServiceNow reports use its UI and features like Dot Walking, not direct SQL queries for end-users.

BDot WalkingCorrect

Dot Walking is a ServiceNow feature that allows you to access fields from a related table by traversing the reference fields. In reporting, it lets you include data from secondary tables linked by reference fields directly in your report without needing to write complex SQL joins.

COuter Join

Outer Join is a SQL concept for combining tables, but 'Dot Walking' is the ServiceNow-specific feature that abstracts this for reporting and scripting.

DJoins

Joins is a general database concept, but 'Dot Walking' is the specific ServiceNow implementation and terminology for accessing related data.

Concept tested: Dot Walking for related data access

Source: https://docs.servicenow.com/bundle/utah-platform-user-interface/page/use/navigation/concept/dot-walking.html

Topics

#Reporting#Dot Walking#Data Relationships#User Interface

Community Discussion

No community discussion yet for this question.

Full CSA Practice