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 to start oracle sql developer?
What is data profiling in sql?
how to see the create table statement of an existing table? : Sql dba
What is pl sql commands?
What is pl sql package?
How do I run sql?
Why do we use procedures?
What is sp_helptext?
What are the different types of sql commands?
What are the types of variables use in pl sql?
Does sql use python?
can sql servers linked to other servers like oracle? : Sql dba
What is the maximum number of triggers, you can apply on a single table?
Is null operator in sql?
Is sql better than access?