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
does sql support programming? : Sql dba
how to rename an existing column in a table? : Sql dba
Is mariadb a nosql database?
What are the possible values that can be stored in a boolean data field?
What are different types of sql?
How can I tell if sql is running?
What is the maximum rows in csv?
What is the least restrictive isolation level? : Transact sql
What is difference between table and view?
how to get a list of all tables in a database? : Sql dba
What are the qualities of 2nf?
What is synonyms?
What are expressions?
How to avoid using cursors? What to use instead of cursor and in what cases to do so?
what are the t string functions available in tsql? : Transact sql