Answer Posted / g sivanagaraju
SELECT sal
FROM emp e
WHERE &100=(SELECT COUNT(DISTINCT(SAL))
FROM emp
WHERE e.sal<=sal);
| Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers
What sql does db2 use?
How do you write a subquery?
Write a sql query to get the third highest salary of an employee from employee_table?
tell us something about heap tables. : Sql dba
Is it possible to update views?
If the application is running very slow? At what points you need to go about the database in order to improve the performance?
What is latest version of sql?
how to drop an existing table in mysql? : Sql dba
What is a composite primary key?
Can we use joins in subquery?
What is orm in sql?
how can we repair a mysql table? : Sql dba
How does an execution block start and end in pl sql?
Why do we use joins?
Can we update views in sql?