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
What is an oracle?
How can we find out the current date and time in oracle?
How to use attributes of the implicit cursor in oracle?
definition of cluster and non-clustered index?
Will you be able to store pictures in the database?
What are the predefined tablespaces in a database?
How can we view last record added to a table?
How to list all tables in your schema?
How to see free space of each tablespace?
Is insert autocommit in oracle?
What is materialized view in Oracle?
What is the difference between sharding and replication?
How do we create privileges in oracle?
How to filter out duplications in the returning rows using oracle?
What are the arithmetic operations?