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

Oracle Database Design: Section x18 Vocabulary Review

AB
NOTinverts the value of the condition.
Functionsare used to perform calculations on data, modify individual data items, manipulate output for groups of rows, format dates and numbers for display, convert column data types.
ANDboth conditions must be true for a record to be selected.
Manipulateto move, arrange, operate, or control in a skillful manner.
Ascending / ASCorders the rows in ascending order (this is the default order); A - Z.
Rules of Precedencerules that determine the order expressions are evaluated and calculated.
Descending / DESCorders the rows in descending order; Z - A.
OReither condition can be true for a record to be selected.
Argumenta value used to evaluate a function.
Sortto arrange according to class, kind, or size.
AVGReturns the average of the values in a set of rows
MAXReturns the largest value from a set of rows
COUNTReturns the number of rows in the set
MINReturns the smallest value from a set of rows
SUMAdds the value for all rows in the query
Single Row Functionsare functions that operate on single rows only and return one result per row
Multi-row functions (or Grouping functions)are functions that can manipulate groups of rows to give one result per group of rows
Case-Manipulation FunctionsLOWER, UPPER, INITCAP
Character-Manipulation FunctionsCONCAT, SUBSTR, LENGTH, INSTR, LPAD,RPAD, TRIM, REPLACE
Logical Operators or Conditional OperatorsAND – returns true if both conditions are true
ORDER BYSQL command used to sort records returned in a query
Number Functions (numeric functions)Examples: ABS, ROUND, TRUNC
Character (or string) functionsExamples: INITCAP, LENGTH, LOWER, SUBSTR, UPPER
Date FunctionsExamples: ADD_MONTHS, LAST_DAY, SYSDATE, NEXT_DAY, MONTHS_BETWEEN
Conversion FunctionsExamples: TO_CHAR, TO_DATE, TO_NUMBER
Larry EllisonCEO of Oracle
CEOChief Executive Officer, highest ranking business executive of a company.


Professional Educator
Omaha South High Magnet School
Omaha, NE

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