Skip to Content
Oracle SQL By Example
book

Oracle SQL By Example

by Alice Rischert
August 2009
Intermediate to advanced content levelIntermediate to advanced
960 pages
21h 21m
English
Pearson
Content preview from Oracle SQL By Example

Chapter 4. Character, Number, and Miscellaneous Functions

Functions are a very useful and powerful part of the SQL language. They can transform data in a way that is different from the way it is stored in a database. A function is a type of formula whose result is one of two things: either a transformation, such as a change in the name of a student to uppercase letters, or information, such as the length of a word in a column. Most functions share similar characteristics, including a name, and typically at least one input parameter, also called an argument, inside a pair of matching parentheses.

function_name(input_parameter) ...

Become an O’Reilly member and get unlimited access to this title plus top books and audiobooks from O’Reilly and nearly 200 top publishers, thousands of courses curated by job role, 150+ live events each month,
and much more.
Start your free trial

You might also like

Oracle SQL Developer

Oracle SQL Developer

Ajith Narayanan, Susan Harper
Oracle SQL

Oracle SQL

Dan Hotka
Oracle SQL

Oracle SQL

Gavin JT Powell, Carol McCullough-Dieter

Publisher Resources

ISBN: 9780137047345Purchase book