what is difference between where clause and having clause?

Answer Posted / sonali

1.where clause is apply on individual row ofthe table and
having is apply on group of rows in the output of select
statement.
2.having clause is used with group by clause
3.having clause is used as a final filter on the aggregate
column values in the resultset of select statement.

Is This Answer Correct ?    2 Yes 0 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

Explain what are the different type of segments?

660


How to revoke create session privilege from a user in oracle?

636


What are the tools for Oracle ?

701


What is tns entry?

709


How to write a query with an inner join in oracle?

636






What is an oracle user account?

668


What is the difference between PFILE and SPFILE in Oracle?

653


How to check the server version in oracle?

691


Explain an index segment?

731


How to retrieve data from an cursor to a record?

637


How to delete a column in an existing table?

689


What is oracle database client?

647


How to grant create session privilege to a user in oracle?

649


How to write date and time interval literals in oracle?

657


How to load a large xml file?

683