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
What is Histogram?
What is a call statement? Explain with an example.
What is primary key and foreign key with example?
What is offset in sql query?
How much does a sql dba make? : SQL DBA
How do I tune a sql query?
How do you update a table in sql?
What is t sql used for?
How do I find duplicates in the same column?
what happens if null values are involved in expressions? : Sql dba
What are the indexing methods?
How you can copy a file to file content and file to pl/sql table in advance pl/sql?
How exception handling is done in advance pl/sql?
Is progress software supports to ( pl/sql )?
What is compiled query?