Which statement achieves those objectives?

You must write a query that prompts users for column names and conditions every time it is executed.
The user must be prompted only once for the table name.
Which statement achieves those objectives?
A. SELECT &col1, ‘&col2’
FROM &table
WHERE &&condition = ‘&cond’;
B. SELECT &col1, &col2
FROM "&table"
WHERE &condition = &cond;
C. SELECT &col1, &col2
FROM &&table
WHERE &condition = &cond;
D. SELECT &col1, &col2
FROM &&table
WHERE &condition = &&cond

Download Printable PDF. VALID exam to help you PASS.

Leave a Reply

Your email address will not be published. Required fields are marked *


The reCAPTCHA verification period has expired. Please reload the page.