Q8. Examine the description of the EMPLOYEES table:
NLS_DATE_FORMAT is set to DD-MON-YY.
Which query requires explicit data type conversion?
- (A). SELECT dept_id, AVG(MAX(salary)) FROM employees GROUP BY dept_id;
- (B). SELECT dept_id, join_date, SUM(salary) FROM employees GROUP BY dept_id;
- (C). SELECT dept_id, join_date, SUM(salary) FROM employees GROUP BY dept_id, join_date;
- (D). SELECT dept_id, MAX(AVG(salary)) FROM employees GROUP BY dept_id;
Xem thêm:
- Lỗi ORA-16397: statement redirection from Oracle Active Data Guard standby database to primary database failed
- Q97. Which three are true about Audit policies In container databases (CDBs)?
- Quản trị Streams Pool trong Oracle GoldenGate
- Quản trị Pluggable Database (PDB) trong Oracle Multitenant
- Clone Application containers | Nhân bản Application containers trong Oracle Multitenant