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 convert a string to a date in oracle database?
What are the limitations oracle database 10g xe?
what is the use of system.effective.date variable in oracle?
What is oracle data type?
Can we create trigger on materialized view in oracle?
what is RAID technology?which is better RAID 0+1 OR RAID 5?
I have two tables : COuntry,city I want all the cities in each country.Question on Cross Join.
In Oracle Clinical 4.5.0, can the VIEW_TEMPLATE_ID column in DATA_EXTRACT_VIEWS table contain NULL value?
How to view the tablespaces in the current database?
What is an Oracle sequence?
What is a cursor variable?
State any two functions of oracle?