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

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;

11 Cards in this Set

  • Front
  • Back
Database
Persistent organised store of data.
Entity
Something in real life about which we store data.
Table
Where data is organised and stored in a database.
Primary key
Uniquely identifies a record.
Foreign key
A reference to a primary key in a relational database table.
Flat file database
A database that stores data in a single table.
Relational database
A database that stores data in multiple tables that are linked together.
Validation
Process of checking data as it is being input, e.g. length check.
Verification
Checking that data is correct.
DBMS (Database management system)
A tool to store, edit and organise a database.
Data redundancy
Unnecessary repetition of data.