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 happens if the imported table already exists?
1:-How to write to update command in a procedure in oracle which update two different table at a time 2:-How to write the select command in a procedure in oracle which give multiple records
What are the different type of Segments ?
Is rowid unique 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
Please HELP me its urgent? If i want to EXPORT data from SQL server to ORACLE 11g then how can I replicate data from SQL to ORACLE?
What is Row Chaining ?
What is schema?
41 Answers Bodhi Global Services, Cognizant, HCL,
Can objects of the same schema reside in different tablespace?
What is oracle open database communication (odbc)?
how to we delete a row using varray
How a database is related to tablespaces?