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 does count (*) mean in sql?
What port does sql server use?
what are the advantages a stored procedure? : Sql dba
What is t sql used for?
Is primary key is clustered index?
Can a primary key be a foreign key?
Can you rollback after commit?
Hi am new to PLSQL & facing problems in writing code like in SP, Functions, so any one having some SP coding with in depth explanation please share with me my Email ID suvarnaatsuvarna@rediffmail.com Or taking tanning on this please do contact me
Does view store data in sql?
What is scalar function?
What is difference between mysql and postgresql?
what is oracle database ? : Sql dba
Is sql microsoft?
Does inner join remove duplicates?
Which operator is used in query for pattern matching?