January 2020
Beginner
256 pages
5h 11m
English
In this lesson, you’ll learn what functions are, what types of functions DBMSs support, and how to use these functions. You’ll also learn why SQL function use can be very problematic.
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, and they are an important part of your SQL toolbox.
An example of a function is RTRIM(), which we used in the last lesson to trim spaces from the end of a string.
Before you work through this lesson and try the examples, you should be aware that, unfortunately, using ...
Read now
Unlock full access