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
How do you delete a table?
What is a full join?
Can procedure in package be overloaded?
Why are indexes and views important to an organization?
Are subqueries faster than joins?
How do I debug a stored procedure?
What does a pl/sql package consist of?
how can we find the number of rows in a table using mysql? : Sql dba
How do I write a sql query in pgadmin 4?
what are the differences between public, private, protected, static, transient, final and volatile? : Sql dba
What is sql lookup?
What is left inner join in sql?
how can we encrypt and decrypt a data present in a mysql table using mysql? : Sql dba
Does a primary key have to be a number?
What is pl sql commands?