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 cte sql?
How do I write a sql query in pgadmin 4?
How do you use join?
What is the basic structure of an sql?
What is lexical units in pl sql?
What is pl sql script?
What is offset and limit in sql?
Define the select into statement.
what is view? : Sql dba
Define select, insert, create, delete, update, drop keywords
What is set serveroutput on in pl sql?
What is data type in database?
How many databases can sql express handle?
What sql does db2 use?
What are the ways on commenting in a pl/sql code?