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 are ddl statements in mysql? : Sql dba
describe mysql connection using mysql binary. : Sql dba
Why indexing is needed?
How do I create a sql script?
What action do you have to perform before retrieving data from the next result set of a stored procedure ?
What is crud diagram?
What does dml mean?
What is primary key and unique key?
Can we rename a column in the output of sql query?
Is mariadb a nosql database?
What is dml statement?
What is a temporal table?
How many types of functions are there in sql?
what is a table called, if it has neither cluster nor non-cluster index? What is it used for? : Sql dba
What are types of exception?