nerdexam
ServiceNow

CSA · Question #107

What module would you use if you wanted to view a list of all of the fields on the Incident table? (Choose two.)

The correct answer is A. Tables & Columns F. Schema. To view a list of all fields on a specific table like Incident, you would typically use the 'Tables & Columns' module or examine the table's 'Schema map'.

Submitted by anna_se· Apr 18, 2026Database Management and Platform Security

Question

What module would you use if you wanted to view a list of all of the fields on the Incident table? (Choose two.)

Options

  • ATables & Columns
  • BDictionary
  • CData Class Manager
  • DDictionary Dashboard
  • EDatabase View
  • FSchema

How the community answered

(35 responses)
  • A
    89% (31)
  • B
    6% (2)
  • C
    3% (1)
  • E
    3% (1)

Why each option

To view a list of all fields on a specific table like Incident, you would typically use the 'Tables & Columns' module or examine the table's 'Schema map'.

ATables & ColumnsCorrect

The 'Tables & Columns' module (System Definition > Tables & Columns) provides a comprehensive list of all tables and their respective columns (fields) within the ServiceNow instance, including a direct tab for columns.

BDictionary

While the 'Dictionary' module can be filtered to display fields for a specific table, its primary purpose is managing individual dictionary entries, not providing a consolidated, default list of all fields for a table as directly as 'Tables & Columns' or the 'Schema' map.

CData Class Manager

Data Class Manager is used for managing data governance and classification, not for simply listing table fields.

DDictionary Dashboard

'Dictionary Dashboard' is not a standard ServiceNow module for viewing table fields.

EDatabase View

Database View is used to join multiple tables into a single virtual table for reporting or queries, not for viewing the fields of a single base table.

FSchemaCorrect

The Schema map (System Definition > Schema Map) visually displays the relationships between tables and also allows users to drill down to view the fields (columns) of any selected table.

Concept tested: Viewing table fields

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

Topics

#ServiceNow navigation#Tables and columns#Schema map#Data model inspection

Community Discussion

No community discussion yet for this question.

Full CSA Practice