You want to write a query that prompts for two column names and the WHERE condition each time it is executed

By | December 31, 2022

You want to write a query that prompts for two column names and the WHERE condition each time it is executed in a session but only prompts for the table name the first time it is executed.
The variables used in your query are never undefined in your session.
Which query can be used?

Correct Answer: A