How do you retrieve the last N records from a table?
Answer Posted / ajit
SELECT RN, Ename
FROM ( SELECT Rownum RN, Ename
FROM Emp )
WHERE RN = &Grecno;
| Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers
How do you use join?
How many types of relationship are there?
What is primary key and foreign key?
Is it possible to sort a column using a column alias?
What are joins in sql?
How to write html code in pl sql?
How to Declare Fixed Length String Value In PL SQL
How do I pipe the output of one isql to another?
What are data types in pl sql?
What does the hierarchical profiler does?
List the different type of joins?
Which is faster count (*) or count 1?
How to Execute a Package in PL/SQL.?
Should I use mbr or gpt?
What is compiled query?