Data Schema Overview Flashcards
What are the 4 table relationships in ServiceNow?
- One-to-many
- Many-to-many
- Database view
- Extensions
What’s the difference between Field Name and Field Label?
Field Name: is a system-friendly unique term the system uses to identify a field
Field Label: is a user-friendly term which allows users to identify fields in the user interface.
If a table is not extended from another table, what fields does it come by default?
Global Default fields
What Request, Incident and Problem tables have in comum?
They have Task table as their parent class
Where do you go to add a different label to an extended table?
To add a different label for an extended table, navigate to All > System Definition > Language File
Where do you set the permission to extend a table?
From a table’s Extensible field (true/false)
What is the purpose of the Dictionary overrides feature?
Define a field on a child table differently from a field from their parent table. (Default values, dependencies, read-only)
What are Base tables?
They are tables that can be extended to other tables, but they themselves don’t extend any table .
What is the function of a Schema Map?
Provide a graphical representation of other tables related to a specific table
What 2 modules you can use to create a new table?
Tables & Columns
Tables
What are 2 things generated by default when creating a new table?
Application menu with the same name as the table
Module with the plural of the table label