Oracle OCP 19c 認證1Z0-082考試題庫(第13題)
最新學訊:近期OCP認證正在報名中,因考試人員較多請盡快報名獲取最近考試時間,報名費用請聯系在線老師,甲骨文官方認證,報名從速!
我要咨詢Oracle OCP 19c 認證1Z0-082考試題庫(第13題)-CUUG內部學員版082題庫解析
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;