SECTION 1 LESSON 1 - Case and Character Manipulation
SECTION 1 LESSON 1 - Case and Character Manipulation
Vocabulary Directions: Identify the vocabulary word for each definition below.
1.
Dual
2.
Format
3.
Initcap Converts alpha character values to uppercase for the first letter of each word, all other letters in Lowercase.
4. Character Functions Functions that accept character data as input and can return both character and numeric values.
5.
Trim a string.
Removes all specified characters from either the beginning or the ending of
6.
Expression
7.
Single-row Functions
Functions that operate on single rows only and return one result per row
8.
Upper
9.
Input
10.
Concat Concatenates the first character value to the second character value; equivalent to concatenation operator
11.
Output
12.
Lower
13.
Lpad
14.
Substr Returns specific characters from character value starting at a specific character position and going Specified character positions long
15.
Replace
16.
Instr
17.
Length
18.
Rpad