which clause we are not used in where clause?
Answers were Sorted based on User's Feedback
Answer / 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 |
What are the attributes of cursor?
How to delete multiple rows from a table in oracle?
Explain how you would restore a database using RMAN to Point in Time?
What is a read write transaction in oracle?
What is the difference between substr & instr functions?
What is format trigger?
What is a dead lock in oracle?
What is backup in Oracle?
What do you understand by a database object?
What is integrity and what is constraint??Explain with example
What is the simplest tool to run commands on oracle servers?
What is Trace File ?