how u can find the n row from a table?
Answer Posted / vijayshanker
SELECT EMPLOYEE_ID,LAST_NAME,DEPARTMENT_ID
FROM (SELECT ROWNUM
R,EMPLOYEE_ID,LAST_NAME,DEPARTMENT_ID FROM EMPLOYEES) A
WHERE A.R=&Record_Number;
| Is This Answer Correct ? | 1 Yes | 0 No |
Post New Answer View All Answers
How can get second highest salary in sql?
Why do we use procedures in sql?
What is procedure in pl sql?
What is the size of partition table?
What is full join in sql?
How can a function retun more than one value in oracle with proper example?
Does execute immediate commit?
What is sql query limit?
How to combine two stored procedures in sql?
What are local and global Indexes and where they are useful.
Explain exception handling in pl/sql?
What is coalesce in sql?
What is sql rowcount?
What is parameter substitution in sql?
Describe different types of general function used in sql?