The Best Crossword Puzzle Maker Online
Powered by BrightSprout
Save Status:
or to save your progress. The page will not refresh.
Controls:
SPACEBAR SWITCHES TYPING DIRECTION
Edit a Copy:
Make Your Own:
Crossword Word Search Worksheet
Rate This Puzzle:
Log in or sign up to rate this puzzle.

MySQL Vocabulary - Chapter 7

Across
A subquery is ______ in another query or subquery.
A type of subquery that is executed once is called a(n) ________ subquery.
The abbreviated name for a temporary result set that only exists while the query is running.
A detailed yet readable description of what a computer program or algorithm must do using a natural language rather than in a programming language.
Down
A SELECT statement within another statement.
Started with two dashes (--) these are used to clarify the function of a query and its parts.
A query which repeats itself again and again, each time using the results of the previous iteration is known to be:
A type of subquery that is executed once for each row in the main query.
A result set returned from a query where the subquery is in the FROM clause is called a(n) ______ View.