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

Oracle Database Programming Section 1 Vocabulary Review

AB
INSTRreturns the numeric position of a named string.
LENGTHreturns the number of characters in the expression
character functionsclassification of functions that accept character data as input and can return both character and numeric values.
number functionsfunctions in this category accept numeric input and return numeric values
formatthe arrangement of data for storage or display
SUBSTRreturns specified characters from character value starting at a specified character position and going specified character positions long
constanta quantity assumed to have a fixed value in a mathematical context
DUALdummy table used to view results from functions and calculations
INITCAPconverts alpha character values to uppercase for the first letter of each word, all other letters in lowercase
inputraw data entered into the computer
MODreturns the remainder of a division
outputdata that is processed into information
conversion functionfunctions that convert a value from one data type to another
single-row functionsfunctions that operate on single rows only and return one result per row
ROUNDrounds the column, expression, or value to a set number of decimal places
LOWERconverts alpha character values to lowercase
SYSDATEa function that returns the current database server date and time
CONCATconcatenates the first character value to the second character value; equivalent to concatenation operator (||).
variablesymbol representing a quantity capable of assuming any set of values
expressiona symbol that represents a quantity or a relationship between quantities
Multiple-row functionsThese functions can manipulate groups of rows to give one result per group of rows.
Case conversion functionsThese functions convert case for character strings.
REPLACESearches a text expression for a character string and, if found, replaces it with a specified replacement string.
Character manipulation functionsThese functions manipulate character strings
UPPERConverts alpha character values to uppercase.
LPADPads the character value right-justified to a total width of a specified character positions
RPADPads the character value left-justified to a total width of a specified character positions
TRIMEnables you to remove heading or trailing characters (or both) from a character string.
TRUNCTruncates the column, expression, or value to a set number of decimal places.
RR date formatCentury value depends on the specified year and the last two digits of the current year.
Personal inventoryA detailed, itemized record of accomplishments.
MONTHS_BETWEENFunction that calculates the number of months between two dates
NEXT_DAYFunction that calculates the next date of the day specified
LAST_DAYFunction that calculates the last day of the month specified
DummyA piece of information entered into a computer only to meet prescribed conditions and having no effect on operations
DATE functionsFunctions that return a value of DATE data type or a numeric value.
ADD_MONTHSFunction that adds calendar months to a date.

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