query to retrive the employees whose sal is greater than avg
sal
Answer Posted / swastik
SELECT Sal
FROM Emp
WHERE Sal >
(
SELECT AVG(Sal)
FROM Emp
);
| Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers
Name the operator which is used in the query for pattern matching?
how to create a new table by selecting rows from another table in mysql? : Sql dba
What is the difference between clustered and non-clustered indexes?
how do you know if your mysql server is alive? : Sql dba
what are the join types in tsql? : Transact sql
What is loop in pl sql?
What is sql basics?
What are stuff and replace function?
What does bitemporal mean?
I need a function for a train ticket reservation please answer it thanks in advance
GLOBAL TEMPORARY TABLE over Views in advantages insolving mutating error?
What is the main difference between sql and pl/sql?
What are stored procedures used for?
What is sqlerrm?
Mention what is the plv (pl/vision) package offers?