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 are the differences between public, private, protected, static, transient, final and volatile? : Sql dba
How do you rank data in sql?
What is execution plan in sql?
What are the benefits of stored procedures?
What is delimiter sql?
Does sql between include endpoints?
What are the different type of joins in sql?
What is compiled query?
Is primary key clustered or nonclustered?
list out some tools through which we can draw e-r diagrams for mysql. : Sql dba
Can %notfound return null after a fetch?
What are triggers and its types?
What are the set operators in sql?
what is blob? : Sql dba
What is join view in sql?