Answer Posted / sudheer
select salary from employee e
where 100=(select count distinct salary) from employee where
e.salary<=salary
| Is This Answer Correct ? | 3 Yes | 8 No |
Post New Answer View All Answers
Can you have more than one key in a database?
Can a composite key be null?
Why are cursors used?
Give the order of sql select?
What is the difference between a procedure and a function?
How do you delete data from a table?
What is sql injection vulnerability?
What is the difference between joins?
what is the maximum length of a table name, database name, and fieldname in mysql? : Sql dba
When is the explicit cursor used ?
How is data stored in sql?
What are the uses of sysdate and user keywords?
Is inner join faster than left join?
What is the unique index?
What is the benefit of foreign key?