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
How do I kill a query in postgresql?
what is the difference between mysql_fetch_array and mysql_fetch_object? : Sql dba
What is nosql example?
Can I learn sql in a week?
What is the syntax to add a record to a table?
What is the source code of a program?
How to add a column ‘salary’ to a table employee_details?
What is pl sql architecture?
What is pl sql script?
What is Collation Sensitivity ? What are the various type ?
What is sql character function?
Is sql port 1433 encrypted?
What is a full join sql?
how many values can the set function of mysql take? : Sql dba
How do I make my sql query run faster?