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 execution plan in sql?
Difference between global and parameter variables?
Which are the different character-manipulation functions in sql?
Write a sql query to convert all character to uppercase after hypen.
What are the two types of exceptions.
How is indexing done in search engines?
What is embedded sql what are its advantages?
How do you copy a table in sql?
Why do we need databases?
Explain raise_application_error.
Is it possible to Restore a Dropped Table using Rollback Command in Oracle SQL Plus ?
What is bulk collect in pl sql?
How global cursor can be declare with dynamic trigger ?
Can we use pl sql in mysql?
What are some predefined exceptions in pl/sql?