SELECT
FROM
JOIN
SORT
Theory
100

What other word must accompany SELECT when we use it? 

FROM.

100

The JOIN clause is used to combine _____ from two or more tables, based on a related column between them.

Rows

100

What will this Comparision operator mean? 

>=

Greater than or equal to

100

All SQL commands end with which character? 

Semi Colon

200

The word ___ allows us to check if an item is in a list.

IN

200

The ______ clause filters the rows produced by the FROM clause.

Where

200

What does SQL stand for? 

Structured Query Language

300

The word _____allows range checking (range specified is inclusive of boundary values)

BETWEEN

400

In the command: 

SELECT * FROM shr;

What does shr refer to? 

Table Name