• 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/15

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;

15 Cards in this Set

  • Front
  • Back

What is an entity?

Name of a table (example “patient” table)

What is a tuple?

A single row of a table

What is an attribute?

A column in a table

What is a domain?

The name of a column

What is a child entity?

When an entity’s lifecycle is entirely dependant on another entity

What is entity integrity

Entity integrity requires every base relation to have a primary key

What is referential integrity

A foreign key must have a matching primary key or it must be null

What is a strong entity?

An entity that exists independently to others (a table without a foreign key or foreign key can be null)

What is a composite attribute?

The attributes can be broken down into meaningful component parts such as address

What is a multivalued attribute?

Attributes that have a set of values for each occurrence of an entity type

What are derived attributes?

Attributes that contain values calculated from the value of related attributes

What is a unary relationship

Relationships exist between instances of the same entity set

What is a binary relationship

Where there is a relationship between two entities

What is normalisation?

A design technique that begins by examining the relationships between attributes and then decompose tables to eliminate redundancy

What is the goal of normalisation?

Minimise data redundancy


Simplify data maintenance


Simplify enforcement of referential integrity constraints