I have a table .in the table 100 recored is there .we have
get the single row with out using clause..

Answer Posted / ajit

Select Rn, ename
  From ( Select Rownum rn, Ename
           From Emp
        ) 
  Where Rn = Nth;

Is This Answer Correct ?    1 Yes 6 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

Show the two pl/sql cursor exceptions.

612


Explain spool.

684


How do we accept inputs from user during runtime?

545


What is a null value?

654


What is the difference between a procedure and a function?

490






How does cross join work in sql?

533


How do I order by ascending in sql?

535


Do we need to rebuild index after truncate?

525


What is the difference between the repeatable read and serializable isolation levels? : Transact sql

528


Can sql developer connect to db2?

582


How do I run sql?

611


Explain the methods used to protect source code of pl/sql.

539


What is a parameter query?

621


What is minus?

541


Will truncate release space?

514