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
How do I audit the sql sent to the server?
Write an sql query to select all records from the table?
Why do we need databases?
how to present a past time in hours, minutes and seconds? : Sql dba
Can we use two order by clause in query?
What are different types of triggers?
Can a foreign key be null?
How many types of sql are there?
What is out parameter used for eventhough return statement can also be used in pl/sql?
How do I copy a table in sql?
What steps server process has to take to execute an update statement?
Why left join is used in sql?
Do stored procedures prevent sql injection?
How does join work in sql?
What has stored procedures in sql and how we can use it?