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

Please explain oracle left join with an example?

587


How do I start tns listener?

542


How to do clean up if create database failed?

576


How to convert numbers to characters in oracle?

590


Explain compound trigger in oracle?

555






Explain constraining triggers.

600


Which is better Oracle or MS SQL? Why?

3987


Can a parameter be passed to a cursor?

601


20. Using a set operator, display the client number of all clients who have never placed an order.

1803


How do I recompile a procedure in oracle?

527


What language does oracle use?

601


how to do daily transactions with out sql* loader control file regesterd in apps?

1225


What happens to the current transaction if a ddl statement is executed?

580


How to empty your oracle recycle bin?

575


What is the difference between 10g OEM and 11g OEM?

565