how u can find the n row from a table?
Answer Posted / rashmi
select max(rownum) from table1 where rowid is not null
| Is This Answer Correct ? | 2 Yes | 3 No |
Post New Answer View All Answers
What are the two characteristics of a primary key?
Is primary key always clustered index?
Is sql port 1433 encrypted?
What is difference between pls_integer and integer?
What are the possible values that can be stored in a boolean data field?
What is sqlcommand?
What is cartesian join in sql?
how to enter characters as hex numbers? : Sql dba
Is it possible to create the following trigger: before or after update trigger for each row?
What is a Mapplet?
Do we need to rebuild index after truncate?
What is loop in pl sql?
what are aggregate and scalar functions? : Sql dba
What is full form of rtm?
What is a native sql query?