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 is rdbms? : Sql dba
What is trigger in sql? Explain
What is a rank in sql?
What is the use of nvl function?
What is asqueryable?
What is the difference between function, procedure and package in pl/sql?
What is the use of & in pl sql?
Explain the methods used to protect source code of pl/sql.
What is cross join sql?
Why stored procedure is faster than query?
Explain what is a database?
What is form and report?
what is a database lock ? : Sql dba
What do you think about pl/sql?
How to move files from one directory to another in pl sql?