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
What is procedure explain with program?
Why is pl sql needed?
Is t sql a programming language?
How many primary keys can a table have?
Is delete faster than truncate?
What is difference between stored procedures and application procedures?
what is 'mysqldump'? : Sql dba
What are the triggers associated with image items?
Does mysql_real_escape_string prevent sql injection?
What is union, minus and interact commands?
What is set serveroutput on in pl sql?
How can I get the number of records affected by a stored procedure?
what is a scheduled jobs or what is a scheduled tasks? : Sql dba
What is information schema in sql?
What is oracle and pl sql?