Q144 Which two statements are true about the WHERE and HAVING clauses in a SELECT statement? (Choose two.)
- (A). Aggregating functions and columns used in HAVING clauses must be specified in the SELECT list of a query
- (B). WHERE and HAVING clauses can be used in the same statement only if applied to different table columns
- (C). The HAVING clause can be used with aggregating functions in subqueries
- (D). The WHERE clause can be used to exclude rows before dividing them into groups
- (E). The WHERE clause can be used to exclude rows after dividing them into groups
Xem thêm:
- Q121 The sales table has columns prod_id and quantity_sold of data type number In two queries execute successfully?
- Thi chứng chỉ Oracle Database
- Q96 Which four account management capabilities can be configured using Oracle profiles?
- Q20. Which three are true about Automatic Workload Repository (AWR) and Automatic Database Diagnostic Monitor (ADDM) in an Oracle multitenant environment?
- Sử dụng hàm AVG trong SQL