Answer Posted / ethayan
select salary from (select salary from sample where
rownum<11 order by salary desc) where rownum<2
Is This Answer Correct ? | 3 Yes | 12 No |
Post New Answer View All Answers
When can we use the where clause and the having clause?
What is crud stand for?
What does select top 1 do in sql?
What is the difference between nested table and varray?
How to avoid using cursors? What to use instead of cursor and in what cases to do so?
What is dcl in sql?
Is pl sql a scripting language?
What is an index in sql with example?
What is difference between sql and excel?
How do I run pl sql in sql developer?
Can you have a foreign key without a primary key?
What is primary key and unique key?
What are few of the schema objects that are created using PL/SQL?
write an sql query to find names of employee start with 'a'? : Sql dba
Explain two easy sql optimizations.