PrepAway - Latest Free Exam Questions & Answers

What is the correct way to use this function in a query?

An SQL function named DEPT_INFO was created as follows: What is the correct way to
use this function in a query?

PrepAway - Latest Free Exam Questions & Answers

A.
SELECT dept_id, dept_name FROM TABLE(dept_info()) AS results

B.
SELECT TABLE dept_id, dept_name FROM dept_info()

C.
SELECT dept_info(dept_id, dept_name)

D.
SELECT dept_id, dept_name FROM dept_info()

One Comment on “What is the correct way to use this function in a query?


Leave a Reply