query to retrive the employees whose sal is greater than avg
sal
Answer Posted / damy
select salary from table_name where salary >=(select avg(salary) from table_name)
| Is This Answer Correct ? | 3 Yes | 1 No |
Post New Answer View All Answers
What are the types of variable use in pl sql?
What is java sql package?
How show all rows in sql?
What is informix sql?
what is the use of set statement in tsql? : Transact sql
Explain the working of foreign key?
What are sql injection vulnerabilities?
What does <> sql mean?
What is the difference between nested table and varray?
What is rename command in sql?
what is a table called, if it has neither cluster nor non-cluster index? What is it used for? : Sql dba
How does postgresql compare to mysql?
What is indexes?
what happens if null values are involved in expressions? : Sql dba
What are the types of views in sql?