What are loop cards?

Loop cards are a great game that can be played individually or as a class. They are perfect for review key vocabulary or questions at the end of a topic or when revising for an exam.

Instructions

  1. Cut out the cards from the paper horizontally (but don't cut them in half!) and then shuffle them.
  2. Now start joining each question on the right hand side of the card to the matching answer on the next card.
  3. Carry on until all the cards loop together and you have competed the game!

Hint: Make sure that you set your paper to portrait to print 4 cards per sheet of A4 paper.

Edit Vocab

The process of ensuring that data entered into a database meets specified criteria or constraints, preventing the storage of inaccurate or inconsistent data.
Data Anomaly
An inconsistency or irregularity in the data stored in a database, which violates one or more integrity constraints.
Referential Integrity
RThe integrity constraints that ensure the consistency between related tables by enforcing rules on foreign key values.
Cascade Delete
The action of automatically deleting all dependent records in child tables when a record in the parent table is deleted.
Orphaned Record
A record in a child table that doesn't have a corresponding record in the parent table.
Data Integrity
The accuracy, consistency, and reliability of data stored in a database.
Entity Integrity
The integrity constraints that ensure that no primary key value can be null or empty, and that each primary key value is unique in a table.
Domain Integrity
The integrity constraints that enforce valid data entry for a given column, ensuring that values meet specified criteria.
Integrity Constraint
A rule applied to data in a database to maintain its integrity and prevent invalid or inconsistent data from being stored.
Data Validation