how u can find the n row from a table?
Answer Posted / anudeep
select * from employee where rowid=&n;
| Is This Answer Correct ? | 1 Yes | 4 No |
Post New Answer View All Answers
What is the maximum number of rows in sql table?
Are subqueries faster than joins?
Which are sql * plus commands?
Which command is used to delete a trigger?
Can we create a trigger on view?
Is sql the best database?
Can we rollback truncate?
How many triggers can be applied to a table?
What is a sql schema used for?
What is the life of an sql statement?
What is rownum?
How do you rename a table in sql?
What are the built in functions of sql?
How does a covering index work?
Why do we use procedures?