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
Which is faster subquery or join?
What are literals in sql server?
What is a recursive join sql?
what are the performance and scalability characteristics of mysql? : Sql dba
Are sql database names case sensitive?
What is 19 null in sql?
Is delete faster than truncate?
What is a schema sql?
How do you go back in sql?
Write a query to find the names of users that begin with "um" in sql?
how to enter characters as hex numbers? : Sql dba
Why is partition used in sql?
What is the difference between count 1 and count (*) in a sql query?
Can we use pl sql in sql server?
What are the dml statements?