Given the function shown below:Which statement will execute successfully?
Posted: Fri Aug 26, 2022 9:58 am
Given the function shown below:Which statement will execute successfully?
A. SELECT to_upper('Seize the day!')
B. SELECT * FROM to_upper_fcn('Seize the day!')
C. SELECT to_upper('Seize the day!') FROM SYSIBM.SYSDUMMY1;
D. SELECT * FROM TABLE(to_upper_fcn('Seize the day!')) AS T
A. SELECT to_upper('Seize the day!')
B. SELECT * FROM to_upper_fcn('Seize the day!')
C. SELECT to_upper('Seize the day!') FROM SYSIBM.SYSDUMMY1;
D. SELECT * FROM TABLE(to_upper_fcn('Seize the day!')) AS T