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
what is the difference between myisam static and myisam dynamic? : Sql dba
How do you rename a table in sql?
How do we accept inputs from user during runtime?
Explain what is a view?
How do you use join?
How is data stored on a disk?
What is sql procedures and functions?
What is the use of nvl function?
What are the datatypes available in pl/sql ?
How do I know if I have sql express or standard?
What is memory optimized table?
Is sql between inclusive?
Is sql a oracle?
Mention what is the plv (pl/vision) package offers?
what happens when the column is set to auto increment and you reach the maximum value for that table? : Sql dba