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 the syntax of DROP command?
I have query like this. select dept_id, max_mark from stude_dept where min_mark= (select min(mini_mark) from stud_dept); How can i optimize this query. Can anyone help me with it
How to download oracle database 10g xe?
How to convert dates to characters in oracle?
What happens to the current transaction if the session is killed?
what is the difference between table and veiw?
how to join query for one source type is oracle another source type is sql server ?
how to store only time in a data base table
What is a parameter file in oracle?
What is oracle database 10g express edition?
What is MTTR advisor in Oracle?
How do you find current date and time in oracle?