Java Games: Flashcards, matching, concentration, and word search.

Oracle Database Programming Section 9 Vocabulary Review

AB
CASCADE Constraintconstraints referring to dropped columns will also be dropped.
REFERENCESidentifies that table and column in the parent table.
Column Level Constraintreferences a single column and is defined within a specification for the owning column.
DISABLE CONSTRAINTto deactivate an integrity constraint.
ON DELETE SET NULLconverts dependent foreign key values to null.
Table Level Constraintreferences one or more columns and is defined separately from the definitions of the columns in the table.
ENABLE CONSTRAINTto activate an integrity constraint currently disabled
NOT NULLconstraint ensures that the column contains no null values
UNIQUE KEYan integrity constraint that requires every value in a column or set of columns be unique.
FOREIGN KEYdesignates a column (child table) that establishes a relationship between a primary key in the same table and a different table (parent table).
ON DELETE CASCADEdeletes the dependent rows in the child table when a row in the parent table is deleted.
DROP CONSTRAINTremoves a constraint from a table.
PRIMARY KEYconstraint ensures that the column contains no null values and uniquely identifies each row of the table.
Constraintsenforces rules on the data in a table.
CHECK Constraintspecifies a condition that must be true for each row of data.

This activity was created by a Quia Web subscriber.
Learn more about Quia
Create your own activities