query to retrive the employees whose sal is greater than avg
sal
Answer Posted / damy
select salary from table_name where salary >=(select avg(salary) from table_name)
| Is This Answer Correct ? | 3 Yes | 1 No |
Post New Answer View All Answers
What is cursor in pl sql?
what is a trigger? : Sql dba
Is primary key always clustered index?
what is “go” in t-sql? : Transact sql
What are tables and fields in the database?
How do you truncate?
What is trigger with example?
What are the different dml commands in sql?
how can we find the number of rows in a table using mysql? : Sql dba
What is schema in sql example?
What is not in sql?
What are the conditions an underlying table must satisfy before a cursor can be used by a positioned update or delete statement? : Transact sql
Can a trigger call a stored procedure?
How can use stored procedures in sql?
What is sqlerrd?