Full screen
Share
Show pages
- Drag each keyword to the correct box
- When you've finished matching, click the "Solution" button to review your work.
- Move on to the next page using the arrows until you reach the end of the game.

MySQL Concepts
Curtis Kularski
Created on October 29, 2023
Over 30 million people create interactive content in Genially.
Check out what others have designed:
Transcript
Through this game, you will be able to properly classify MySQL keywords
- Drag each keyword to the correct box
- When you've finished matching, click the "Solution" button to review your work.
- Move on to the next page using the arrows until you reach the end of the game.
MySQL Concepts Matching will review your understanding of the various keywords in the MySQL lanaguage through matching exercises where you will pair a keyword with the best category for that keyword.
Objectives
Introduction
MySQL Concepts Matching
Aggregates
Verbs
Solution
Drag each keyword to the correct group
MySQL Keywords
COUNT
SELECT
UPDATE
SUM
AVG
INSERT
Aggregates
Verbs
Solution
Drag each keyword to the correct group
MySQL Keywords
DELETE
MAX
DISTINCT
UNION
ALTER
GROUP_CONCAT
Aggregates
Verbs
Solution
Drag each keyword to the correct group
MySQL Keywords
DELETE
MAX
DISTINCT
UNION
ALTER
GROUP_CONCAT
Conditions
Joins
Solution
Drag each keyword to the correct group
MySQL Keywords
LIKE
LEFT
IN
BETWEEN
INNER
RIGHT
Numerics
Strings
Solution
Drag each type into its correct classification
MySQL Data Types
INT
VARCHAR
ENUM
FLOAT
TEXT
DOUBLE
Aggregates
DISTINCT MAX GROUP_CONCAT
Verbs
DELETE UNION ALTER
Conditions
LIKE BETWEEN IN
Verbs
INNER LEFT RIGHT
Aggregates
DISTINCT MAX GROUP_CONCAT
Verbs
DELETE UNION ALTER
Numerics
INT FLOAT DOUBLE
String
VARCHAR ENUM TEXT
Aggregates
COUNT SUM AVG
Verbs
SELECT INSERT UPDATE