query to retrive the employees whose sal is greater than avg
sal
Answer Posted / gourav
select salary,AVG_SALARY from z1
where salary>AVG_SALARY
| Is This Answer Correct ? | 4 Yes | 1 No |
Post New Answer View All Answers
Can sql function call stored procedure?
What does closing a cursor do?
What is mdf ldf and ndf?
Why truncate is used in sql?
Is left join faster than inner join?
What is difference between sql function and stored procedure?
how to check server status with 'mysqladmin'? : Sql dba
What is composite data type in pl sql?
how many groups of data types? : Sql dba
Can we use ddl commands in pl sql?
Why is sql*loader direct path so fast?
What sql does db2 use?
How do sql databases work?
How you improve the performance of sql*loader? : aql loader
Can pl sql procedure have a return statement?