Extra Material (Databases) Flashcards
Within a table, a field can hold a reference to a record on another table
One to Many
Two or more tables that can be related in a bi-directional relationship
Many-to-Many
Tables that can be joined using the database views plugin
Database Views
Table that extends another table (IE: Task to Incident tables)
Extensions
3 One to many relationship fields
Reference Fields
Glide List
Document ID Fields
Extended Tables are defined as…
Tables can extend other tables, creating parent and child tables. a table that extends another table is a child
Examples of Parent Class Tables (2)
Task Table
Configuration Item table
Base Table Definition…
A Base table is a table that serves as a “base” from which other tables may extend. From the base table, you can establish parent/child relationships
Schema maps have multiple color codes
Blue bars represent EXTENDED tables
Yellow Highlight are the focus area
Red bars are a reference table
CRUD -
Create
Read
Update
Delegate
System Admin uses 3 security modules -
Security
Access Control (ACL)
High Security Settings
Access Cntrol
Is a security rule defined to restrict the permissions of a user from viewing and interacting with data (Row level and Column level)
Access Control Definition (3 Areas) (OOP)
Object being secured (IE: Table, Field)
Valid Operation
Permissions required to access the object
Table Access Control Rules (4)
Create
Delete
Read
Write
What is specified in an access control rule?
Object and Operation being Secured
Permissions required to access