Answer Posted / soumya
select * from (select rownum, salary from emp order by
salary ) where rownum=100;
| Is This Answer Correct ? | 3 Yes | 9 No |
Post New Answer View All Answers
What is latest version of sql?
Why do we use sql constraints? Which constraints we can use while creating database in sql?
Does sql full backup truncate logs?
Is sql a programming?
What is the use of function in sql?
What is an inconsistent dependency?
How do I find duplicates in sql?
Do we need to rebuild index after truncate?
What is the difference between microsoft sql and mysql?
what is a stored procedure? : Sql dba
What is sql profiler in oracle?
what is denormalization. : Sql dba
Can we use pl sql in sql server?
Explain the update statement in sql
How do you know if a relationship is 2nf?