Chapter6 Flashcards
is the main database object
Tables
is defined with columns and stores rows of data
Table
are used to hold temporary data specific to a transaction or session
Temporary tables
- these types of columns do not consume storage space on disk
- database derives values in virtual columns from normal columns
Virtual columns
- is a customized representation of data from one or more tables and/or view
- are queries stored in the database that select data from one or more tables
View
is a way to generate continuous numbers
Sequence
is an alias for any table, view, sequence, or other accessible database object
Synonym
are objects used to summarize and replicate data
Materialized view
is a logical structure to define the relationship between columns in a table
Dimension
is a method of storing data from related tables at a common physical
Cluster
are created with user-defined datatypes.
Object table
is a collection of related database objects grouped together
schema
is a schema object that enables you to access an object from a different database.
Database links
is a stored PL/SQL program that gets executed when a specified condition occurs on the table.
Tiggers
any java stuff
java objects
- procedure
- function
- packages
PL/SQL programs
is a PL/SQL programmatic construct
procedure
like procedure but it returns a value
function