1.

________clause is an additional filter that is applied to the result.(a) Select(b) Group-by(c) Having(d) Order byI got this question during an interview.My question is taken from DDL Command in portion SQL Basics of Oracle

Answer»

Right OPTION is (c) Having

Easy EXPLANATION: The HAVING clause was added to SQL because the WHERE keyword could not be USED with aggregate FUNCTIONS.



Discussion

No Comment Found

Related InterviewSolutions