query to retrive the employees whose sal is greater than avg
sal
Answer Posted / gop
SELECT sal FROM EMPLOYEES WHERE sal>(SELECT avg(sal) FROM
EMPLOYEES);
| Is This Answer Correct ? | 47 Yes | 6 No |
Post New Answer View All Answers
What is serial sql?
What are the basic sql commands?
What is rownum?
What is difference between inner join and cross join?
How do I use google cloud in sql?
What is number function in sql?
What is varchar used for?
what does it mean to have quoted_identifier on? : Sql dba
How to combine two stored procedures in sql?
What is acid property in a database?
What is the difference between view and stored procedure?
What action do you have to perform before retrieving data from the next result set of a stored procedure ?
What is pl sql in dbms?
What is sql in java?
Is sql harder than python?