Java Games: Flashcards, matching, concentration, and word search.

Oracle Database Programming Section 6 Vocabulary Review

AB
GROUP BYdivides the rows in a table into groups.
subqueryis a SELECT statement that is embedded in a clause of another SELECT statement.
inner queryalso called the subquery; it returns a value that is used by the outer query.
embeddedto enclose snugly or firmly. Within something else.
Group Functionsoperates on sets of rows to give one result per group.
HAVINGis used to specify which groups are to be displayed; restricts groups that do not meet group criteria.
Single-row subqueryreturns only one row from the inner SELECT statement.
outer queryalso called the main query; it accepts a value from the inner query to solve its original query.

This activity was created by a Quia Web subscriber.
Learn more about Quia
Create your own activities