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
What is the use of sql trace?
what is the difference between where clause and having clause? : Sql dba
How many tables can you join in sql?
Can we call a function containing dml statements in a select query?
What does the argument [or replace] do?
Explain normalization and what are the advantages of it?
Does inner join remove duplicates?
How can you get sql*loader to commit only at the end of the load file? : aql loader
How do sql triggers work?
what is 'mysqladmin' in mysql? : Sql dba
what is an index? : Sql dba
Can we call procedure in select statement?
What is full join in sql?
What does trigger mean in slang?
What does cursor do in sql?