query to retrive the employees whose sal is greater than avg
sal
Answer Posted / gop
SELECT sal FROM EMPLOYEES WHERE sal>(SELECT avg(sal) FROM
EMPLOYEES);
| Is This Answer Correct ? | 47 Yes | 6 No |
Post New Answer View All Answers
How much ram can sql express use?
How exception handling is done in advance pl/sql?
What is sql profiling in oracle?
What mean sql?
What is a database? Explain
What is the difference between count 1 and count (*) in a sql query?
what is a composite key ? : Sql dba
Does sql*plus also have a pl/sql engine?
explain mysql aggregate functions. : Sql dba
What is memory optimized?
What is the difference between database trigger and stored procedure?
Is not equal in sql?
How do I sort a table in sql?
How can we find duplicate records in a table?
How do I copy a table in sql?