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 |
Explain the family trees and connection by clause
Does a Before form trigger fire when the parameter form is suppressed ?
What is a recycle bin in oracle?
16. Display the order number, order line number and the shipping date. If the shipping date is null, display the string <not shipped yet>.
What are the values that can be specified for OPTIMIZER MODE Parameter ?
can you call insert/update/delete in select statements. If yes how? If no what is the other way?
Is there an oracle sql query that aggregates multiple rows into one row?
Explain rename?
Please help me how to write a Query to change the primary key constraint from 1 attribute to another attribute in a table
Illustrate how to determine the amount of physical CPUs a Unix Box possesses (LINUX and/or Solaris).
21. Using a set operator, display the client number of all clients who have ever placed an order and whose whose name does not contain the string Sm.
If youre unsure in which script a sys or system-owned object is created, but you know its in a script from a specific directory, what UNIX command from that directory structure can you run to find your answer?