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 placeholder is a character or sequence of characters used in a SQL statement as a substitute for a parameter value.
View
A virtual table derived from the result of a database query, which can be treated like a regular table for data retrieval purposes.
Subquery
A nested query in SQL that is placed within another query and is used to retrieve data from multiple tables.
Limit
A clause in SQL that limits the number of rows returned in a query result.
Parameter Markers
Symbols used to represent parameter placeholders in a SQL statement.
Distinct
A keyword in SQL used to return only unique rows in the result of a query.
Sort
The process of arranging rows in a SQL table in a specific order based on one or more columns.
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.
Group By
A clause in SQL that is used to group rows based on one or more columns.
Conditional
A statement in SQL that allows you to perform different actions based on a set of conditions.
Placeholder