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

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;

7 Cards in this Set

  • Front
  • Back

Name 2 problems with flat file databases and why they're problems!

•There is data duplication which makes input errors more likely


• Not all duplicated data will be updated during an update

What is the main advantage of relational databases?

• Data only needs to be entered once, therefore, data integrity is maintained

How are tables within relational databases linked to each other?

• Primary Keys


• Foreign Keys

What data is held in the 'Calculated' data type in a database.

• It holds a formula that performs a calculation on the contents for fields in the same table


• The value stored is the result of the calculation

Name 3 types of validation, found in a database, and their function.

Range Check - Limits the range of acceptable numbers


Length Check - Limits the maximum amount of text that can be entered


Presence Check - Makes a field 'required'. Data must be entered in that field


Format - This can make the user enter, e.g, a date in the form DD/MM/YYYY.

Name all of the keys and their function.

• Primary Key


- Unique identifier of records


• Foreign Key


- A Primary key in a different table


• Compound Key


- A combination of primary keys that uniquely identify a record


Describe what the field attribute 'Format' does.

• Sets out how the field data is to be displayed


• It does not affect how data is stored within a database


E.g- Sets the no. of decimal points of a real


- Sets how a time will be displayed