正解:A,B,F
Every ServiceNow instance comes with a set of default tables that support core platform functionality.
The Three Default Tables in ServiceNow:
User (sys_user)
✅ Stores user records for authentication and authorization.
Contains user details such as username, email, roles, department.
Incident (incident)
✅ Stores incident records for ITSM (IT Service Management).
Part of the default ITSM application used for managing issues and requests.
Task (task)
✅ Base table for all task-related records in ServiceNow.
Many other tables (e.g., Incident, Change, Problem) extend from Task.
Stores common task fields like Assignment Group, State, and Short Description.
Incorrect Answer Choices Analysis:
C . Item
❌ Incorrect - No default table named "Item" exists in ServiceNow.
Possible confusion with sc_cat_item (Service Catalog Items), but this is part of the Service Catalog module, not a core default table.
D . Issue
❌ Incorrect - No "Issue" table exists by default in ServiceNow.
Possible confusion with Problem Management (problem table), which is separate from Incident Management.
E . Project
❌ Incorrect - Project Management (pm_project) is part of the Project Portfolio Management (PPM) plugin, which is not enabled by default.
Official ServiceNow Documentation Reference:
ServiceNow Docs - Default Tables Overview
📖 ServiceNow Table Structure
ServiceNow Docs - Task Table and Extensions
📖 Understanding Task-Based Tables