query to retrive the employees whose sal is greater than avg
sal
Answer Posted / gourav
select salary,AVG_SALARY from z1
where salary>AVG_SALARY
Is This Answer Correct ? | 4 Yes | 1 No |
Post New Answer View All Answers
How do I run pl sql in sql developer?
What is a recursive stored procedure?
What is column?
What is offset in sql query?
what is the difference between nested subquery and correlated subquery?
Describe sql comments?
How do you remove duplicates without using distinct in sql?
How is pl sql different from sql?
Can ddl statements be used in pl/sql?
How do I find duplicates in sql?
what are the nonstandard string types? : Sql dba
How do I install microsoft sql?
Explain normalization and what are the advantages of it?
Explain foreign key in sql?
What is set serveroutput on?