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 is schema?
41 Answers Bodhi Global Services, Cognizant, HCL,
What do you mean by a tablespace?
how can we write trigger in trigger???????? can we write one trigger on two table???
Is truncate autocommit in oracle?
What is a Segment ?
What is the difference between "as" and "is" in an oracle stored procedure?
Explain the use of analyse option in exp command.
What are operators in oracle?
What is recovery manager in Oracle?
What is set verify off in oracle?
What is oracle rowcount?
How to write a query with a left outer join in oracle?