query to retrive the employees whose sal is greater than avg
sal
Answer Posted / gourav
select salary,AVG_SALARY from z1
where salary>AVG_SALARY
| Is This Answer Correct ? | 4 Yes | 1 No |
Post New Answer View All Answers
what is a cursor? : Sql dba
What is cte?
what is self join and what is the requirement of self join? : Sql dba
What are the types of join and explain each?
What is dml and ddl?
Is sql a backend language?
What is trigger explain it?
Explain the working of primary key?
explain mysql aggregate functions. : Sql dba
What are the topics in pl sql?
What are some predefined exceptions in pl/sql?
Is null operator in sql?
What is mdf ldf and ndf?
How do I view output in sql developer?
What is user defined functions?