Table Administration Flashcards
graphical representation of the relationship between tables
Schema map
contain additional information that defines database elements
Data dictionary tables
what is sys_id
32 character globally unique id
3 key field attributes
label, name, data
which field attribute is system-friendly and which is user-friendly
name, label
what element type allows you to add a field that can refer to records on any table
Document ID
One to many relationship that allows a user to select multiple records on a table
glide list
defines table joins for reporting purposes
Database views
Incident, Problem, Change Request tables are all children of what table
task
parent class that is not an extension of another table, e.g. task
base table
what is a core table
a table that comes with service now
true or false: all tables are extensible
false
prefix for tables created in a scoped application
x_
custom table prefix
u_
which tables can be extended ad infinitum at no charge
CMDB tables