CSA · Question #211
Which modules can you use to create a new table? (Choose two.)
The correct answer is C. Tables D. Tables & Columns. New tables in ServiceNow can be created through the 'Tables' module or the 'Tables & Columns' module in the application navigator.
Question
Which modules can you use to create a new table? (Choose two.)
Options
- ADictionary
- BSchema Map
- CTables
- DTables & Columns
How the community answered
(61 responses)- A5% (3)
- B8% (5)
- C87% (53)
Why each option
New tables in ServiceNow can be created through the 'Tables' module or the 'Tables & Columns' module in the application navigator.
The 'Dictionary' module (sys_dictionary) is primarily used for viewing and modifying individual field definitions, not for initiating the creation of new tables.
The 'Schema Map' module is a visualization tool that displays relationships between tables, but it does not provide functionality to create new tables.
The 'Tables' module provides a direct interface to create new tables by defining their basic properties and extending existing tables.
The 'Tables & Columns' module offers a comprehensive method for creating a new table and simultaneously defining its associated columns (fields), streamlining the table creation process.
Concept tested: Creating ServiceNow tables
Source: https://docs.servicenow.com/bundle/utah-platform-administration/page/administer/table-administration/task/t_CreateATable.html
Topics
Community Discussion
No community discussion yet for this question.