Choose twoapp
Which two statements are true about the WHERE and HAVING clouses in a SELECT statement?ide
A) The WHERE clause can be used to exclude rows after divding them into groups函數
B) WHERE and HAVING clauses can be used In the same statement only if applied to dfferent table columns.it
C) The HAVING clause can be used with aggregating functions in subqueries.io
D) Aggregating functions and columns used in HAVING clauses must be spectfied in thes SELECT list of a query.table
E) The WHERE clause can be used to exclude rows before dviding them into goups.function
Answer:CEclass
(解析:having 子句是能夠跟子查詢進行配合使用,並且子查詢中也能夠有分組函數;sed
Oracle 先過濾再分組,照樣子能夠減小數據的處理數量;select
D 檔案說在 having 子句中用到列必須出如今 select 子句中,這是不須要的。)