which clause we are not used in where clause?
Answer Posted / chandana
Select avg(sal) from Emp
where avg(sal) >1000;
This gives an error. So, Group Functions(Aggregate) should
not be used in the Where Clause
| Is This Answer Correct ? | 2 Yes | 1 No |
Post New Answer View All Answers
How to delete a user account in oracle?
How to sort output in descending order in oracle?
What are the tools for Oracle ?
How to bring a tablespace online?
How to create a temporary table in oracle?
What is the use of aggregate functions in oracle?
Can you tell me how to add new column in existing views?how?How is possible?
What privilege is needed for a user to delete rows from tables in another schema?
How many anonymous blocks can be defined?
What is an Oracle index?
How to define a cusotmer as a supplier in ORACLE R12
material view and view disadvantages?
What is a cursor and what are the steps need to be taken?
What is the difference between alert log file and tarce file ?
What is transaction control statement and how many types of transaction control statement in Oracle?