ExamQuestions.com

Register
Login
Oracle Datbase 12c SQL Exam Questions

Oracle

Oracle Datbase 12c SQL

2 / 120

Question 2:

Which three statements are true regarding the WHERE and HAVING clauses in a SQL statement? (Choose three.) 

Answer options:

A. WHERE and HAVING clauses cannot be used together in a SQL statement.
B. The HAVING clause conditions can have aggregate functions.
C. The HAVING clause conditions can use aliases for the columns.
D. The WHERE clause is used to exclude rows before the grouping of data.
E. The HAVING clause is used to exclude one or more aggregated results after grouping data.