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

A DDL query used to modify the structure of an existing table.
Database
A structured collection of data that is organized and accessible in various ways.
Virtual Table
A table that is not physically stored in the database but is created dynamically based on the result of a query.
Data Retrieval
The process of fetching specific data from a database based on certain criteria or conditions.
Foreign Key
A field in one table that refers to the primary key in another table.
Language
A set of rules and symbols used for communication and expression.
SQL
Structured Query Language, a popular database language used to manipulate and retrieve data.
Derived Field
A field in a database or data table that is calculated or derived from other fields, rather than being directly inputted or stored.
Constraint
A rule that restricts the values allowed in certain columns or tables.
SQL Injection
A code injection technique that attackers use to exploit vulnerabilities in a database's SQL statements.
ALTER TABLE