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

how to see the create table statement of an existing table? : Sql dba

529


What is the difference between explicit and implicit cursors in oracle?

518


How do you optimize a stored procedure query?

570


What is Difference Between Unique and Primary Key Constraints?

608


What is the largest value that can be stored in a byte data field?

521






what is the difference between myisam static and myisam dynamic? : Sql dba

587


What is insert command in sql?

530


How do I sort a table in sql?

599


how many groups of data types? : Sql dba

569


What is the difference between functions, procedures, and packages in pl/sql?

486


Write the command to remove all players named sachin from the players table.

746


Why do we create stored procedures & functions in pl/sql and how are they different?

507


What is sql entity?

534


Is sql a scripting language?

523


What is trigger types in sql?

537