ocp 19c考題,科目082考試題(13)-variable prompt

unix_5030發表於2022-01-13

13.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?

A. SELECT &&col1, &&col2FROM &table WHERE &&condition = &&cond;

B. SELECT &col1, &col2FROM &&table WHERE &condition;

C. SELECT &col1, &col2FROM “&table” WHERE &condition;

D. SELECT ‘&&col1’, ‘&&col2’FROM &table WHERE ‘&&condition’ = ‘&cond’;

E. SELECT &&col1, &&col2FROM &table WHERE &&condition;

Source : cuug


來自 “ ITPUB部落格 ” ,連結:http://blog.itpub.net/70010796/viewspace-2852146/,如需轉載,請註明出處,否則將追究法律責任。

相關文章