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
What is a temporal data type?
When is a declare statement required?
Can we join same table in sql?
What are pl sql data types?
Which sql statement is used to delete data from a database?
Why we use join in sql?
what is the difference between a local and a global temporary table? : Sql dba
How to process query result in pl/sql?
what are sequences
What is a recursive stored procedure?
Explain sql data types?
What is the need of a partition key?
Can we use delete in merge statement?
what are the differences between binary and varbinary? : Sql dba
What is varchar example?