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
how many sql ddl commands are supported by 'mysql'? : Sql dba
Define tables and fields in a database
What is constant in pl sql?
what is primary key? : Sql dba
what is 'mysqlimport'? : Sql dba
what are the difference between clustered and a non-clustered index? : Sql dba
Is it possible to remove child records without removing master table records...the two having pk,fk relationship?
What is an oracle stored procedure?
Does group by remove duplicates?
How many unique keys can a table have?
explain normalization concept? : Sql dba
What is orm in sql?
What will you get by the cursor attribute sql%rowcount?
what are the other commands to know the structure of table using mysql commands except explain command? : Sql dba
What is difference between db2 and sql?