SELECT
What other word must accompany SELECT when we use it?
FROM.
The JOIN clause is used to combine _____ from two or more tables, based on a related column between them.
Rows
What will this Comparision operator mean?
>=
Greater than or equal to
All SQL commands end with which character?
Semi Colon
The word ___ allows us to check if an item is in a list.
IN
The ______ clause filters the rows produced by the FROM clause.
Where
What does SQL stand for?
Structured Query Language
The word _____allows range checking (range specified is inclusive of boundary values)
BETWEEN
In the command:
SELECT * FROM shr;
What does shr refer to?
Table Name