what is difference between where clause and having clause?

Answers were Sorted based on User's Feedback



what is difference between where clause and having clause?..

Answer / mrityunjay kumar dubey

A WHERE Clause is used to restrict a row and HAVING Clause is used to restrict a group.WHERE Clause can be used for specifying the search criteria in SELECT, DELETE, UPDATE statements.HAVING Clause is used when GROUP BY Clause is used.

Is This Answer Correct ?    0 Yes 2 No

what is difference between where clause and having clause?..

Answer / manvendra

RISTRICT GROUP BY FUNCTION BY HAVING.
RESTRICT NORMAL QUERY BY WHERE.

YOU CAN PUT WHERE AND HAVING IN A QUERY.

Is This Answer Correct ?    14 Yes 21 No

what is difference between where clause and having clause?..

Answer / pawan

HAVING clause is used only with GROUP functions whereas
WHERE clause we can use with both.

Is This Answer Correct ?    8 Yes 15 No

Post New Answer

More Oracle General Interview Questions

In not less than 100 words what's the main difference between Rolap and Molap in ORACLE ?

0 Answers  


Table1- have two column filename data AFGDFD-20112011 hi how r u bsdasd-23042011 name shoud be in bold Now i want output like filename data AFGDFD hi how r u bsdasd name shoud be in bold Kindly answer this

3 Answers   HCL,


how many triggers we can create on a table

11 Answers   G2 Technology, TCS,


Do View contain Data ?

10 Answers  


What is an oracle recycle bin?

0 Answers  






What is the difference between truncate & delete command?

0 Answers  


State the various uses of dbcc command?

0 Answers  


How to display row numbers with the records?

0 Answers  


What are the differences between a sys and system user and what are the extra privileges available to the sys user?

1 Answers   Wipro,


How to see free space of each tablespace?

0 Answers  


List the types of joins used in writing subqueries?

0 Answers  


How to drop a stored procedure in oracle?

0 Answers  


Categories
  • Oracle General Interview Questions Oracle General (1789)
  • Oracle DBA (Database Administration) Interview Questions Oracle DBA (Database Administration) (261)
  • Oracle Call Interface (OCI) Interview Questions Oracle Call Interface (OCI) (10)
  • Oracle Architecture Interview Questions Oracle Architecture (90)
  • Oracle Security Interview Questions Oracle Security (38)
  • Oracle Forms Reports Interview Questions Oracle Forms Reports (510)
  • Oracle Data Integrator (ODI) Interview Questions Oracle Data Integrator (ODI) (120)
  • Oracle ETL Interview Questions Oracle ETL (15)
  • Oracle RAC Interview Questions Oracle RAC (93)
  • Oracle D2K Interview Questions Oracle D2K (72)
  • Oracle AllOther Interview Questions Oracle AllOther (241)