what is difference between where clause and having clause?
Answer Posted / arkchowdary
Where Clause------------------ It is used to Filter Rows
(i.e Restrict Rows and It appiles to the Individual Rows).
Having Clause----------------- It appies on Groups (i.e
Aggregate Functions).
Is This Answer Correct ? | 23 Yes | 3 No |
Post New Answer View All Answers
Explain self joins in oracle?
What are the different types of partitions in oracle?
Can we create database in oracle using command line ?
defination of bitmap index
How to select an oracle system id (sid)?
How to start your 10g xe server?
How to loop through a cursor variable?
what are steps for interface? where is exchange rate defined in which table?
How to drop an existing view in oracle?
Difference between open_form and call_form in oracle.
How to create a server parameter file?
What is flashback in Oracle?
How to work with data objects interactively?
What are a collation and state the different types of collation sensitivity?
List the parts of a database trigger.