September 2015
Beginner
288 pages
5h 39m
English
In this lesson, you’ll learn what functions are, what types of functions Oracle supports, and how to use these functions.
Like almost any other computer language, SQL supports the use of functions to manipulate data. Functions are operations that are usually performed on data, usually to facilitate conversion and manipulation.
An example of a function is the RTrim() that we used in the last lesson to trim any spaces from the end of a string.
Note: Functions Are Less Portable Than SQL
Code that runs on multiple systems is said to be portable. Most SQL statements are relatively portable, and when differences between SQL implementations do occur, they are usually not that difficult ...
Read now
Unlock full access