Multiple Choice
Given the character string 'I am a yellow dog" in variable c_str,what would be the expected value of the c_substr variable after the following commands are executed: yellow_pos := instr(c_str,'yellow') ;
C_substr := substr(c_str,1,yellow_pos) ;
A) 'I'
B) 'I am a y'
C) 'I am a'
D) 'I am a '
Correct Answer:

Verified
Correct Answer:
Verified
Q47: Why is it important to close an
Q48: To remove trailing spaces,use the _ function.<br>A)RTRIM<br>B)LTRIM<br>C)RPAD<br>D)LTRAIL
Q49: When you declare a variable with data
Q50: A(n)_ is a pointer to a memory
Q51: What would be the value of variable
Q53: To capitalize the first letter only of
Q54: If a = TRUE and b =
Q55: What is an implicit cursor? Be sure
Q56: A(n)_ variable directly references a specific database
Q57: When you declare a variable in PL/SQL,the