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 clause in SQL that is used to group rows based on one or more columns.
Parameterized Query
A SQL statement that uses parameters to substitute variable values in the query.
Virtual Table
A table that is not physically stored in the database but is created dynamically based on the result of a query.
Schema
A logical representation of the structure of a database.
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.
Database View Query
A method used to retrieve specific information from a database by creating a virtual table that combines data from multiple tables.
Constraint
A rule that restricts the values allowed in certain columns or tables.
Data Retrieval
The process of fetching specific data from a database based on certain criteria or conditions.
Injection Attacks
Security vulnerabilities that occur when user input is directly concatenated into SQL queries.
DROP TABLE
A DDL query used to delete a table from a database.
Group By