Oracle SQL

Aggregating Data Using Group Functions Using the HAVING clause

Having Cause Insert Into Group By
Written by shohal
What is having clause in Oracle SQL?

A HAVING clause in SQL specifies that an SQL SELECT statement must only return rows where aggregate values meet the specified conditions. HAVING and WHERE are often confused by beginners, but they serve different purposes.

Below to Related Topic Link:

Difference between where and having cause?

Where cause use before Group by Cause.

Having cause use after Group by Cause.

  • Where cause doesn’t use the aggregate function.
  • Having cause uses an aggregate function.

Link ( group by function in Oracle SQL ) : https://techtweet.xyz/2022/01/04/what-is-group-by-function-in-oracle-sql/

About the author

shohal

I have profession and personal attachment with custom ERP Software development, Business Analysis, Project Management and Implementation almost (36) ,also Oracle Apex is my all-time favorite platform to developed the software. Moreover i have some website development experience with WordPress. For hand on networking experience DevOps and CCNA, it create me a full package. Here are some core programming language with networking course i have been worked: Oracle SQL ,PL/SQL,Oracle 19c Database , Oracle Apex 20.1,WordPress,Asp.Net ,MS SQL ,CCNA ,Dev Ops, SAP SD

Leave a Comment