IBM
C2090-610 · Question #115
C2090-610 Question #115: Real Exam Question with Answer & Explanation
Sign in or unlock C2090-610 to reveal the answer and full explanation for question #115. The question stem and answer options stay visible for context.
Question
An SQL function named DEPT_INFO was created as follows: What is the correct way to use this function in a query?
Exhibit
Options
- ASELECT dept_info(dept_id, dept_name)
- BSELECT dept_id, dept_name FROM dept_info()
- CSELECT TABLE dept_id, dept_name FROM dept_info()
- DSELECT dept_id, dept_name FROM TABLE(dept_info()) AS results
Unlock C2090-610 to see the answer
You've previewed enough free C2090-610 questions. Unlock C2090-610 for full answers, explanations, the timed quiz mode, progress tracking, and the master PDF. Question stem and options stay visible so you can still see what's on the exam.
