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
Is truncate ddl or dml?
How to select 10 records from a table?
What is sql catalog?
Why having clause is used in sql?
Define a temp table?
What is the difference between partition and index?
What is update query?
The in operator may be used if you know the exact value you want to return for at least one of the columns.
how to implement one-to-one, one-to-many and many-to-many relationships while designing tables? : Sql dba
what is a trigger in mysql? Define different types of trigger. : Sql dba
Why join is faster than subquery?
What is number function in sql?
What is on delete set null?
What is use of term?
How to run pl/sql statements in sql*plus?