Q114 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, &&col2 FROM &table WHERE &&condition = &&cond;
- (B). SELECT &col1, &col2 FROM &&table WHERE &condition;
- (C). SELECT &col1, &col2 FROM “&table” WHERE &condition;
- (D). SELECT ‘&&col1’, ‘&&col2’ FROM &table WHERE ‘&&condition’ = ‘&cond’;
- (E). SELECT &&col1, &&col2 FROM &table WHERE &&condition;
Xem thêm:
- Disable Fast-Start Failover Oracle Data Guard Oracle Data Guard 19c
- Q24 Which two statements are true about the PMON background process?
- Q114. Which two are true about the execution of operating system scripts starting from Oracle Database 19c?
- Count all rows of All tables – Đếm tất cả row của các bảng trong Oracle Database
- Thêm node mới vào RAC đang hoạt động add node to RAC cluster