nerdexam
ServiceNow

CSA · Question #150

Which component of a table contains a piece of data for one record?

The correct answer is B. Field. In a table, a field is the component that holds a single piece of data for one record.

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

Question

Which component of a table contains a piece of data for one record?

Options

  • AFactor
  • BField
  • CDatapoint
  • DElement
  • EItem

How the community answered

(42 responses)
  • B
    93% (39)
  • C
    2% (1)
  • D
    5% (2)

Why each option

In a table, a field is the component that holds a single piece of data for one record.

AFactor

`Factor` is not a standard database term for a component containing a piece of data within a record.

BFieldCorrect

In a database table, a field, also known as a column, is the fundamental component that stores a single, specific piece of data for each corresponding record. For instance, in a table of users, 'Email address' would be a field, and each user's email would be its data point.

CDatapoint

`Datapoint` refers to a single item of information or data, but `field` is the specific structural component of a table that contains it.

DElement

`Element` is a more general term for a component, but `field` is the precise and correct database terminology for a column in a record.

EItem

`Item` is a general term and not the specific database component name for a piece of data within a record.

Concept tested: Database table field definition

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

Topics

#Database Concepts#Table Structure#Fields#Records

Community Discussion

No community discussion yet for this question.

Full CSA Practice