Select Statments
Queries
Group By and Order By Statements
Tables
Where Clause
100

Use this to select all data in table

What is *?
100

Identify what is incorrect in this query:

Select *

From Staff

Missing ";"

100

Non-aggregate functions

What must be included in the group by clause?

100

Relation or File

What is a table?

100

Wild card used in the Where clause

What is %?

200

avg(), sum(), count()

what is an aggregate function?

200

refers to the subset of the set of all rows found in a table that you wanted returned

Projection

200

specifies the order of the output

Order By statement

200

Tuple, record, or observation

What is a row?

200

used to filter for more than one condition

What is "or"?

300

Pulls only unique attributes

Distinct

300

Queries are a function of the

DML

300

Order by automatically sorts this way

Ascending

300

Attribute or field?

What is a column?

300

represents zero, one, or multiple characters

percent sign

400

Used to give database table or column name a temporary name

aliases

400

Warner's made up (but real world) term for getting rid of duplicates in projection

De-duping

400

If you don't want ascending order what do you type in the order by statement

Desc

400

table name and its attributes

What is a schema?

400

values represent missing or unknown data

null

500

followed by a list of attributes

select statement

500

container to store organized data

relational database

500

Used to determine which rows are in the groupings in a group by clause

Having clause

500

Every field in a table must have one ….

what is atomic data type?

500

What is the not equal operator?

<> or !=

M
e
n
u