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 set of rules and symbols used for communication and expression.
Query
A request for data or information from a database, typically written in a specific query language such as SQL.
Subquery
A nested query in SQL that is placed within another query and is used to retrieve data from multiple tables.
Distinct
A keyword in SQL used to return only unique rows in the result of a query.
SQL Injection
A code injection technique that attackers use to exploit vulnerabilities in a database's SQL statements.
Limit
A clause in SQL that limits the number of rows returned in a query result.
DROP COLUMN
A DDL query used to remove a column from an existing table.
Data Retrieval
The process of fetching specific data from a database based on certain criteria or conditions.
Join
A SQL operation used to combine rows from two or more tables based on a related column between them.
SQL
Structured Query Language, a popular database language used to manipulate and retrieve data.
Language