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

Conditional Expressions and Null Functions(Oracle)

AB
NVLconverts nulls to an actual value
COALESCEreturns the first non null expression in the list
NVL2examines the first expression; if the first expression is not null, it returns the second expression; if the first expression is null, it returns the third expression
NULLIFcompares two expressions; if they are equal, the function retyrns null; if they are not equal, the function returns the first expression
DECODEcompares an expression to each of the search values
Conditional expressionan if-then else expression whose value depends on the truth value of a Boolean expression
CASEimplements conditional processing within a SQL statement; it meets the ANSI standard
nullunknown



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