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
Given the function shown below:Which statement will execute successfully?
-
answerhappygod
- Site Admin
- Posts: 899604
- Joined: Mon Aug 02, 2021 8:13 am
Given the function shown below:Which statement will execute successfully?
Join a community of subject matter experts. Register for FREE to view solutions, replies, and use search function. Request answer by replying!