

InterviewSolution
Saved Bookmarks
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» <html><body><p>Right <a href="https://interviewquestions.tuteehub.com/tag/option-25810" style="font-weight:bold;" target="_blank" title="Click to know more about OPTION">OPTION</a> is (c) Having<br/><br/>Easy <a href="https://interviewquestions.tuteehub.com/tag/explanation-455162" style="font-weight:bold;" target="_blank" title="Click to know more about EXPLANATION">EXPLANATION</a>: The HAVING clause was added to SQL because the WHERE keyword could not be <a href="https://interviewquestions.tuteehub.com/tag/used-2318798" style="font-weight:bold;" target="_blank" title="Click to know more about USED">USED</a> with aggregate <a href="https://interviewquestions.tuteehub.com/tag/functions-13351" style="font-weight:bold;" target="_blank" title="Click to know more about FUNCTIONS">FUNCTIONS</a>.</p></body></html> | |