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

Oracle Database Programming Section 5 Vocabulary Review

AB
COUNTreturns the number of rows with non-null values for the expression
SUMcalculates the sum ignoring null values.
MAXreturns the maximum value ignoring nulls.
aggregateto gather into a sum or whole.
Group Functionsoperate on sets of rows to give one result per group.
AVGCalculates average value excluding nulls
NVLConverts nulls to an actual value, or to force group functions to include null values.
DISTINCTA command that suppresses duplicates, or makes the function consider only non-duplicate values within a column.
MINReturns minimum value ignoring nulls.
STDDEVCalculates standard deviation ignoring null values.

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