Chapter 8 Flashcards
Facilitates the storage modification, and retrieval of this data
Database Management System (DBMS)
The data consists of a set of relational objects
Relational Database Management System (RDBMS)
The column or set of columns that uniquely identifies a row
Primary Key
States that the data value in the column exists in the other table
Foreign Key
The table where the column is a primary key
Parent Table
The table where the foreign key column exists
Child Table
Used by Oracle to enforce the parent-child relationship between tables
Constraints
Basic from of data storage that has columns and stores rows of data
Table
A stored query; no data storage space is occupied for view data
View
Used to summarize and store data
Materialized view
Use primary key and stores the table data in the index segment
Index-organized table
A group of tables that share the same storage blocks
Cluster
A stored rule to enforce data integrity
Constraint
Provides a mechanism for the continuous generation of numbers
Sequence
An alias for a database schema object
Synonym
A PL/SQL program unit that gets executed when an event occurs
Triggers
Are PL/SQL programs that can be used to create user-defined functions to return a value
Stored function
PL/SQL programs to define a business process
Stored procedure
A collection of procedures, functions, and other program constructs
Package
Can be created in Oracle to define business processes
Java
Used to communicate between databases to share data
Database link
Primary tool for an Oracle DBA to administer the database using SQL commands
SQL*Plus
A free GUI database-development tool; you can create and view the dtabase objects, make changes to the objects, run SQL statements, run PL/SQL programs, create and edit PL/SQL programs, and perform PL/SQL debugging
SQL Developer
An optional structure that is useful for locating data faster
Index
A web-based database management tool that is bundled with the Oracle 11g database
Oracle Enterprise Manager Database Control
Logical memory structures
Oracle instance
Physical file structures
Database
Key database components
Memory structures, Process structures, and storage structures
Instance and database together
Oracle server
2 types of processes that allow a user to interact with instance/database
User and Server process