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 can we make an if statement within a select statement?
What is procedure in pl sql?
What is the difference between an inner join and an outer join?
what is the difference between a local and a global temporary table? : Sql dba
What is the purpose of using pl/sql?
what is 'mysqladmin' in mysql? : Sql dba
How do I run a pl sql procedure in sql developer?
How many sql statements are used? Define them.
Is sql better than access?
What is full join in sql?
Is sqlite free?
What are the different tcl commands in sql?
How do I run sql?
What does the acronym acid stand for in database management?
What is sqlcontext?