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 unique key?
14 Answers Amazon, Cap Gemini, Infosys, Wipro,
How do you recover a datafile that has not been physically been backed up since its creation and has been deleted. Provide syntax example.
sql command 2 know current database
What are the benefits of ordbms?
How to convert the date format from dd/mm/yyyy to mm/dd/yyyy. (for eg). 22/05/2008 to 05/22/2008. when u use to_char(), it tells the month is invalid. how to resolve this problem.tel with eg.
What are the different types of failures that occur in Oracle database?
What do you understand by a database object?
Table1- have two column filename data AFGDFD-20112011 hi how r u bsdasd-23042011 name shoud be in bold Now i want output like filename data AFGDFD hi how r u bsdasd name shoud be in bold Kindly answer this
Can group functions be used in the order by clause in oracle?
How to connect the oracle server as sysdba?
I have two tables : COuntry,city I want all the cities in each country.Question on Cross Join.
can anyone help me ? an index has been done on the primary key of a table. an update operation was performed on that table. now my question is 1> what abt the performance ? means faster or slower due to indexing ? 2> does the operation affect to the primary key constraint ?