Data Schema Overview Flashcards

1
Q

What are the 4 table relationships in ServiceNow?

A
  1. One-to-many
  2. Many-to-many
  3. Database view
  4. Extensions
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
2
Q

What’s the difference between Field Name and Field Label?

A

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.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
3
Q

If a table is not extended from another table, what fields does it come by default?

A

Global Default fields

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
4
Q

What Request, Incident and Problem tables have in comum?

A

They have Task table as their parent class

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
5
Q

Where do you go to add a different label to an extended table?

A

To add a different label for an extended table, navigate to All > System Definition > Language File

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
6
Q

Where do you set the permission to extend a table?

A

From a table’s Extensible field (true/false)

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
7
Q

What is the purpose of the Dictionary overrides feature?

A

Define a field on a child table differently from a field from their parent table. (Default values, dependencies, read-only)

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
8
Q

What are Base tables?

A

They are tables that can be extended to other tables, but they themselves don’t extend any table .

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
9
Q

What is the function of a Schema Map?

A

Provide a graphical representation of other tables related to a specific table

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
10
Q

What 2 modules you can use to create a new table?

A

Tables & Columns
Tables

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
11
Q

What are 2 things generated by default when creating a new table?

A

Application menu with the same name as the table
Module with the plural of the table label

How well did you know this?
1
Not at all
2
3
4
5
Perfectly