August 2013
Intermediate to advanced
1472 pages
38h
English

This chapter looks at functions that convert, or transform, one datatype into another. Four major datatypes and their associated functions have been covered thus far:
CHAR (fixed-length character strings) and VARCHAR2 (variable-length character strings) include any letter of the alphabet, any number, and any of the symbols on the keyboard. Character string literals must be enclosed in single quotation marks:
NUMBER includes just the digits 0 through 9, a decimal point, and a minus sign, if necessary. ...
Read now
Unlock full access