Which SQL statement accepts user input for the columns to be displayed, the table name, and WHERE condition?

Which SQL statement accepts user input for the columns to be displayed, the table name, and WHERE condition?
A. SELECT &1, "&2"FROM &3WHERE last_name = ‘&4’;
B. SELECT &1, ‘&2’FROM &3WHERE ‘&last_name = ‘&4’ ‘;
C. SELECT &1, &2FROM &3WHERE last_name = ‘&4’;
D. SELECT &1, ‘&2’FROM EMPWHERE last_name = ‘&4’;

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.