Lesson 1
Manipulating data using functions
When using data from the database, you may find that you want to massage the data to fit your needs.
For example, you may want to combine the city, state, and zip code together when printing out a mailing label.
This module covers several built-in SQL functions that you have seen before but that have a slightly different syntax when done in Oracle. This module also covers functions that are exclusive Oracle extensions to SQL.
Module objectivesFor example, you may want to combine the city, state, and zip code together when printing out a mailing label.
This module covers several built-in SQL functions that you have seen before but that have a slightly different syntax when done in Oracle. This module also covers functions that are exclusive Oracle extensions to SQL.
By the end of this module, you will be able to:
The next several lessons discuss some functions that operate on character strings.
- List character (string) functions unique to Oracle or different in Oracle
- Interpret the effect of number functions
- Identify valid date-related date functions and Oracle's standard date format
- Identify valid time-related date/time functions
- Use DECODE and NVL to modify query results
The next several lessons discuss some functions that operate on character strings.