how u can find the n row from a table?
Answer Posted / karunakar
select *
from employees
where rowid=(select max(rowid) a
from employees)
| Is This Answer Correct ? | 1 Yes | 5 No |
Post New Answer View All Answers
Which kind of parameters cannot have a default value in pl sql?
What is a function in oracle pl sql?
How can you tell the difference between an index and a view?
Which one is better sql or oracle?
What are operators available in sql?
What are the properties of a transaction?
how can we encrypt and decrypt a data present in a mysql table using mysql? : Sql dba
Can a procedure in a package be overloaded?
How to run sql statements with oracle sql developer?
Why do we need cursors in pl sql?
What is a data definition language?
Write a program that shows the usage of while loop to calculate the average of user entered numbers and entry of more numbers are stopped by entering number 0?
What is group by in sql?
What is the use of pl/sql table?
Does truncate table reset auto increment?