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 |
how to unbreak sequence numbers during intereptions
What are triggers in oracle?
How do I recompile a procedure in oracle?
Iam learning oracle developer 2000.. can anyone give me then tutorials sites or PDF related to developer 2000 please send me the details @ mak2786@gmail.com thanks Arun
How to shutdown your 10g xe server?
What is Virtual Private Database in Oracle?
How to export your connection information to a file?
16. Display the order number, order line number and the shipping date. If the shipping date is null, display the string <not shipped yet>.
Table E: Name dept month sal 1 A JAN 800 2 B APR 1000 3 A JAN 300 4 A JAN 600 5 C JUN 400 1) SELECT HIGHEST SAL PAID DEPT IN JAN MONTH? 2) WRITE QUERY GET MAX SAL DEPT NO?
What do you mean by cdb and pdb in oracle 12c?
What is different bet native dynamic sql and Dbms_Sql?
What are the types of trigger in oracle?