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:
- Q128 Which three statements are true about time zones, date data types, and timestamp data types in an Oracle database?
- Q23 In which two scenarios is complete recovery possible?
- Những tổ chức nào đang nắm giữ số lượng lớn Bitcoin?
- Cách tạo biểu mẫu liên hệ bằng Contact Form 7 trong WordPress
- Nagios là gì?