This lesson focuses on four more of the character functions that are commonly used in SQL queries, PL/SQL blocks, and within applications
where SQL or PL/SQL are used, such as Oracle Forms and Oracle Reports. The four functions are:
- UPPER:Converts string to all upper case letters
- INITCAP:Converts the first letter of each word to a capital letter
- RTRIM:Removes unwanted characters from the right side of a string
- SOUNDEX:Converts string to a phonetic equivalent
you will review examples of queries that use each of these functions in the subsections below.
Click the Quiz link below to answer a few questions about the character functions UPPER, INITCAP, RTRIM, and SOUNDEX.
Character Functions - Quiz
In the next lesson, you will learn how to use the number functions TO_CHAR, ROUND, and TRUNC.