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:
- AI trong nông nghiệp: Tăng năng suất và tối ưu hóa quy trình
- Oracle Data Guard FAILOVER sử dụng DGMGRL Utility Oracle Data Guard 19c
- Data Modeling là gì?
- Q34. Which three are true about using Database Resource Manager in an Oracle multitenant environment?
- Q168 After a system crash, an instance restart and an attempted opening of the PDBs result in