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 does a local variable is defined using t-sql? : Transact sql
What are local and global variables and their differences?
Is hadoop a nosql?
Why do we use subquery?
What normalization means?
What is multiple partition?
What is faster join or subquery?
what is the use of set statement in tsql? : Transact sql
Write a sql query to find the names of employees that begin with ‘a’?
Could you please provide oca (oracle 10g) dumps for my certification ?
What are the built in functions of sql?
What are transaction and its controls?
What is multiple columns?
What is pragma in pl sql?
What is parallel hint?