query to retrive the employees whose sal is greater than avg
sal
Answer Posted / amit
SQL>SELECT ENAME,SAL FROM EMP
WHERE SAL>(SELECT AVG(SAL) FROM EMP);
| Is This Answer Correct ? | 3 Yes | 3 No |
Post New Answer View All Answers
tell us something about heap tables. : Sql dba
What is rowtype?
When are we going to use truncate and delete?
What is scalar and vector?
What are sql functions? Describe the different types of sql functions?
What are the limitations of sql express?
Is inner join same as self join?
What is trigger in sql? Explain
When a dml statement is executed, in which cursor attributes, the outcome of the statement is saved?
Why do we use procedures in sql?
What is difference between rank () row_number () and dense_rank () in sql?
What are the parameter modes supported by pl/sql?
How to change sql*plus system settings?
What does (+) mean in sql joins?
What operating systems are supported by oracle sql developer?