Answer Posted / raj
for example if we take emp table, the query like this...
select a.sal from emp a where 4=(select count(distinct(b.sal))from emp b where a.sal<=b.sal)
| Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers
Explain the purpose of %type and %rowtype data types with the example?
What is schema in sql?
What is dbo in sql?
What is scope of pl sql developer in future?
How are functions and procedures called in PL/SQL?
How do you update a table in sql?
Does varchar need length?
What are the advantages of sql? Explain
Why is pl sql needed?
Explain what is an index?
what are aggregate and scalar functions? : Sql dba
What is fmtonly in sql?
How can you create an empty table from an existing table?
Explain what is sql?
what is the difference between ereg_replace() and eregi_replace()? : Sql dba