Module 3: Database Administration Flashcards
What are the three ServiceNow infrastructures?
Tables, Records, Fields
How can you access the System Dictionary?
System definition > Dictionary
What does the System Dictionary do?
Contains the definition of every table and field
Where are Numbers maintained?
System Definition > Number Maintenance
Sys_id are how long?
32 characters
How do you add columns to a table?
System Definition > Tables and columns
What are the three attributes of a field?
Field Label, Field Name, Value
Name the 4 ways tables can be related
One-to-Many, Many-to-many, Database View, and Extensions
Where d you set up a Database View?
System Definition > Database Views
What’s a base Table?
An extended table that is itself not extended IE Task
How do you set up alternate Labels for a Table?
System definition > Language File
What’s a table that is from OOB?
Core Table
What’s a table that was created by an admin or developer?
Custom Table
What’s a schema map
A graphical representation of table relations
What two modules allow you to create tables?
Tables & Tables and Columns
What’s created by default in a new table?
Application Menu with the same name as the table AND Module with the plural table names
How do you edit the title of an application menu?
Click the pencil (edit) icon or Update the Title field on the form
What is CRUD
Create, Read, Update, Delete
Name three Security layers to access data?
User Logon, Application/Module access, and Database Access
What three modules are used to administer security?
System Properties>Security,
System Security>Access Control (ACL), and
System Security>High Security Settings