nerdexam
ServiceNow

CSA · Question #441

On a list, what does each row show?

The correct answer is B. A record. In the context of lists or tables, each horizontal row represents a complete set of related data for a single item, which is commonly referred to as a record.

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

Question

On a list, what does each row show?

Options

  • AA filter
  • BA record
  • CA table
  • DA field

How the community answered

(53 responses)
  • A
    4% (2)
  • B
    92% (49)
  • C
    2% (1)
  • D
    2% (1)

Why each option

In the context of lists or tables, each horizontal row represents a complete set of related data for a single item, which is commonly referred to as a record.

AA filter

A filter is a criterion used to select and display a subset of records, not what an individual row represents.

BA recordCorrect

A record, also known as a row or tuple in database terminology, encapsulates all the individual pieces of data (fields) that together describe a single entity or instance within a dataset. For example, in a list of employees, each row would contain all the information pertinent to one specific employee.

CA table

A table is the entire collection of data organized into rows and columns, not an individual row itself.

DA field

A field, or column, represents a single attribute or type of information across all records, such as an 'Employee Name', not the complete data for one item.

Concept tested: Basic database and data structure terminology

Source: https://learn.microsoft.com/en-us/sql/relational-databases/tables/tables?view=sql-server-ver16

Topics

#List view#Records#User Interface#Data Representation

Community Discussion

No community discussion yet for this question.

Full CSA Practice