• Shuffle
    Toggle On
    Toggle Off
  • Alphabetize
    Toggle On
    Toggle Off
  • Front First
    Toggle On
    Toggle Off
  • Both Sides
    Toggle On
    Toggle Off
  • Read
    Toggle On
    Toggle Off
Reading...
Front

Card Range To Study

through

image

Play button

image

Play button

image

Progress

1/20

Click to flip

Use LEFT and RIGHT arrow keys to navigate between flashcards;

Use UP and DOWN arrow keys to flip the card;

H to show hint;

A reads text to speech;

20 Cards in this Set

  • Front
  • Back

PrimaryKey

›Anattribute whose value is unique across all occurrences of a relation

Relation

›A named, two-dimensional table ofdata. Each relation consists of a set ofnamed columns and an arbitrary number of unnamed rows

Well-StructuredRelation

›Arelation that contains a minimum amount of redundancy and allows users toinsert, modify, and delete the rows without errors or inconsistencies

Normalization

Theprocess of converting complex data structures into simple, stable datastructures

SecondNormal Form (2NF)

›Eachnonprimary key attribute is identified by the whole key (called full functional dependency)

ThirdNormal Form (3NF)

›Nonprimarykey attributes do not depend on each other (called transitive dependencies)

FunctionalDependency

›Aparticular relationship between two attributes. For a given relation, attribute B is functionally dependent on attributeA if, for every valid value of A, that value of A uniquely determines the valueof B.

ForeignKey

›Anattribute that appears as a nonprimary key attribute in one relation and as aprimary key attribute (or part of a primary key) in another relation

ReferentialIntegrity

›Anintegrity constraint specifying that the value (or existence) of an attributein one relation depends on the value (or existence) of the same attribute inanother relation

Field

The smallest unit of named application data recognized by system software

Data Type

A coding scheme recognized by system software for representing organizational data

Default Value

A value a field will assume unless an explicit value is entered for that field

Input Mask

A pattern of codes that restricts the width and possible values for each position of a field

Range Control

Limits range of values that can be entered into field

Referential Integrity

An integrity constraint specifying that the value (or existence) of an attribute in one relation depends on the value (or existence) of the same attribute in another relation

Null Value

A special field value, distinct from 0, blank or any other value, that indicates that the value for the field is missing or otherwise unknown

Physical Table

A named set of rows and columns that specifies the fields in each row of the table

Denormalization

The process of splitting or combining normalized relations into physical tables based on affinity of use of rows and fields

Physical File

A named set of table rows stored in a contiguous section of secondary memory

File Organization

A technique for physically arranging the records of a file