how u can find the n row from a table?
Answer Posted / guest
select rowid,[optional columns...] from table where
rowid='n';
--n would be the input from the user which will let you
identify the row number of that particular record
| Is This Answer Correct ? | 1 Yes | 0 No |
Post New Answer View All Answers
Why do we use %rowtype & %type in plsql?
What is sql indexing?
What is sql lookup?
what is a join? : Sql dba
How many types of primary keys are there?
Table A Table B 1 1 2 1 3 1. Union & union all --> A Union B , A Union all B 2. Minus , Intersect --> A minus B , B Minus A , A Intersect B 3. Joins A join B , A Left Join B A Right Join B , A full Join B 4. %Type - Uses & Benifit 5. Truncate & Delete 6. Pragma Autonomus Transaction 7. how to Perform DDL from function or procedure 8. Can we have DML inside Function 9. Rank & Dense Rank diffrence 10. Water Mark in Oracle 11. Index , Can we have index in all column of table if no then why ?
Are stored procedures compiled?
How many commands are there in sql?
Which function is used to return remainder in a division operator in sql?
what is the use of set statement in tsql? : Transact sql
what is commit? : Sql dba
What is cursor status?
what is dbms? : Sql dba
What are the basic sql commands?
What is a temporal table?