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

Introduction to Relational Database Concepts(DD)

Read each definition and correctly choose the correct description.

AB
primary keya column or a set of columns that uniquely identifies each row in a table
candidate keya column or a combination of columns that could serve as a tables primary key
foriegn keya column or a combination of columns that refers to a primary key in the same table or another table
data integrity (constraints)define the relationally correct state for a database and is used to ensure that users can perfrom only those operations that leave the database in a correct, consistent state
entity integritya primary key must be unique, and no part of the primary key can be null
referential integritya foriegn key must match an existing primary key value (or else be null)
column integritya column must contain only values consistent with the defined data format of the column
user defined integritythe data stored in a database must comply with the erules of the business
relational databasecollection of objects or relations, set of operators to act on those relations, and data integrity for accuracy and consistency
rowa entry in a table consisting of values for each appropriate column
columnan implementation of an attribute or relationship in a table



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