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
Is trigger a stored procedure?
Can we use threading in pl/sql?
how to drop an existing view in mysql? : Sql dba
Explain two easy sql optimizations.
Do ddl statements need commit?
What view means?
How can I make sql query run faster?
What is primary key and foreign key with example?
What are variables in pl sql?
What are properties of the transaction?
How to make a copy values from one column to another in sql?
how to escape special characters in sql statements? : Sql dba
What is mutating table error?
How many parts of a pl sql block are optional?
What are the two types of periodical indexes?