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
Does sql profiler affect performance?
What are the benefits of triggers?
What does inner join mean?
how can we find the number of rows in a table using mysql? : Sql dba
How to Declare Fixed Length String Value In PL SQL
How are sql commands classified?
Explain the difference between drop and truncate commands in sql?
If the application is running very slow? At what points you need to go about the database in order to improve the performance?
What is the difference between a query and a report?
What normalization means?
What does count (*) do in sql?
Explain the advantages and disadvantages of stored procedure?
How do you create a db file?
What are different types of functions in sql?
Which type of cursor is used to execute the dml statement?