Where to navigate to modify the record number format?
System Definition > Number Maintenance
Where to navigate to access tables?
System Definition > Dictionary
System Definition > Tables
System Definition > Tables & Columns
What is inside the Dictionary module?
Records for every table and field in the system
Table records are identified as a Collection type
What is inside the Tables module?
A record for each table in the DB
What is inside the Tables & Columns module?
All the tables in the DB
Selecting a table name displays its contents
Where to navigate to modify a table or a field attribute?
System Definition > Dictionary
How are records uniquely identified in the system?
Records are identified with a sys_id:
a globally unique ID of 32 characters
What is stored in fields?
Actual data
What are examples of different field types?
What are 3 key attributes of a field?
What is stored in a Reference field?
The sys_id of a record that lives in another table
How are Reference fields identified?
With the Reference lookup icon (magnifier)
What field type must we use in order to refer to records on any table?
Document ID element type
What are the 4 table relationships in ServiceNow?
What are the 3 One-to-Many relationship fields?
Which table relationship can be used for reporting on data stored in different tables?
Database Views (which are read-only)
Which tables are useful when working with many-to-many relationships?
What fields are automatically created when a stand alone table is created?
The global default fields
When can we extend a table?
When we create the table
Are all tables extensible?
No
Where to navigate to add a table label for an extended table?
System Definition > Language File
How to make a table extensible?
Select the Extensible checkbox on the table record
Which feature do we use to define a field on a child table differently from the parent table?
Dictionary overrides
What is a core table?
A table that comes with the system (like Incident)