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
Where is sql database stored?
how to create a table index in mysql? : Sql dba
what is the difference between blob and text? : Sql dba
what is a control file ? : Sql dba
What is a natural join?
What is the use of double ampersand (&&) in sql queries? Give an example
What is pl sql and why it is used for?
What are the three pl sql block types?
list out some tools through which we can draw e-r diagrams for mysql. : Sql dba
What are system versioned tables?
what are sequences
What is %type in pl sql?
What's the difference between inner join and left join?
How do I debug a stored procedure?
Does sql view stored data?