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

What are the different windows events activated at runtime ?

0 Answers   Oracle,


I know that i can create a table without a primary key.But is there any significance for that table???? while creating an application.

6 Answers  


What is the difference between view and materialized view in Oracle?

0 Answers   MCN Solutions,


How to retrieve data from an cursor to a record?

0 Answers  


If youre unsure in which script a sys or system-owned object is created, but you know its in a script from a specific directory, what UNIX command from that directory structure can you run to find your answer?

0 Answers  






How many different types of indexes we have in oracle?

24 Answers   IBM, TCS,


How i can handle exception in large code like 1000 line without distrubing the code or without exception handler sction?

0 Answers   Zensar,


How to run create database statement?

0 Answers  


What is the purpose of init.ora. ? how many init.ora exist in oracle installation? suppose there are 3 database on one oracle server, how many init.ora do I have? what are various database objects? how will you identify memmory related performace issue in oralce? any idea about basic architure difference of oracle and db2? comment on which is better , with reasons? what is a fuction based index? is it recommended to use the same. ? what is global temporay table? what is teh signification of the parameter session_cached_cursor ?

1 Answers   HDFC,


How do I use unicode codesets with the weblogic jdriver for oracle driver?

0 Answers  


how to get last monday of a month?

2 Answers   Multifonds,


Other than making use of the statspack utility, what would you check when you are monitoring or running a health check on an Oracle 8i or 9i database?

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)