query to retrive the employees whose sal is greater than avg
sal
Answer Posted / musthafa
SELECT EMP_NO,EMP_SAL
FROM EMP_TAB
WHERE EMP_NO=&EMP_NUM
GROUP BY EMP_NO
HAVING EMP_SAL > AVG(EMP_SAL)
| Is This Answer Correct ? | 0 Yes | 1 No |
Post New Answer View All Answers
What is integrity in sql?
what is the stuff function and how does it differ from the replace function? : Sql dba
Is join an inner join?
Is left join same as inner join?
Does truncate release storage space?
What is normalisation and its types?
Inline the values in PL/SQL, what does it mean.?
What are the types of records?
where are cookies actually stored on the hard disk? : Sql dba
What is your daily office routine?
Where not exists in sql?
What is a full join?
What is compilation error in pl sql?
How does sql*loader handles newline characters in a record? : aql loader
What are the 3 types of behavioral triggers?