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

Oracle Database Design: Section x12 Vocabulary Review

AB
ColumnA means of implementing an item of data (an attribute) within a table.
Data integrityThe state or quality of the data in the database as being entire or complete, honest, and correct.
TransformTo change. To change the elements of an ERD (entities, attributes, relationships) into database elements (tables, attributes, foreign keys).
TableAn arrangement of data in which the data are arranged in columns and rows.
Primary keyA constraint which ensures that the column contains no null values and uniquely identifies each row of the table.
Data typesA classification identifying one of various types of data, stating the possible values for that type, the operations that can be done on that type, and the way the values of that type are stored.
NUMBER(size)A data type that is commonly used for numbers.
Discriminator columnA column that is created in the single table implementation of the supertype, to hold values that distinguish between the subtypes.
MapTo associate the elements of an ERD (entities, attributes, relationships) with database elements (tables, attributes, foreign keys).
VARCHAR2(size)A data type that stores variable-length strings.
CHAR(size)A data type that stores fixed-length character strings.
Cascade barred relationshipA series of relationships implying that the unique identifier of each entity in the chain is carried down to the entity on the next level.


Professional Educator
Omaha South High Magnet School
Omaha, NE

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