CIS-ITSM · Question #122
Incidents are stored in what table?
The correct answer is B. Incident [incident]. In ServiceNow, all incident records are stored in the table named 'incident' - displayed as 'Incident [incident]'. Although the incident table extends the parent 'task' table (inheriting common fields like number, short description, and assignment group), the actual table name fo
Question
Incidents are stored in what table?
Options
- AIncident [task_incident]
- BIncident [incident]
- CIncident [sn_incident]
- DIncident [sn_task_incident]
How the community answered
(34 responses)- A3% (1)
- B88% (30)
- C3% (1)
- D6% (2)
Explanation
In ServiceNow, all incident records are stored in the table named 'incident' - displayed as 'Incident [incident]'. Although the incident table extends the parent 'task' table (inheriting common fields like number, short description, and assignment group), the actual table name for incidents is simply 'incident'. The other options (task_incident, sn_incident, sn_task_incident) do not exist as standard ServiceNow tables.
Topics
Community Discussion
No community discussion yet for this question.