how u can find the n row from a table?
Answer Posted / monika
select employee_id,last_name,salary
from employees
where rownum < n
ORDER by salary
| Is This Answer Correct ? | 0 Yes | 11 No |
Post New Answer View All Answers
How does a trigger work?
What is substitution variable?
What is the basic form of sql query?
How to Execute a Package in PL/SQL.?
How do I partition a table in sql?
List and explain the different types of join clauses supported in ansi-standard sql?
What is the advantage of index in sql?
What is bulk compiling in pl/sql.?
Is postgresql a nosql database?
How to take user input in pl sql?
What are character functions in sql?
Can we use loop in sql?
Is hadoop a nosql?
Explain the difference between triggers and constraints?
What is a unique key and primary key and foreign key?