A table has 150 records. How do you retrieve 100th row to
120th row from that table ?
Answer Posted / gourav josih
select *from employees
where employee_id between 120 and 150;
| Is This Answer Correct ? | 4 Yes | 2 No |
Post New Answer View All Answers
What are all the common sql functions?
What are the two types of exceptions in pl/sql?
What are predefined functions in sql?
What is the use of sql trace?
How do I kill a query in postgresql?
What are the disadvantages of file system?
What is the purpose of cursors in pl/sql?
Is it possible to read/write files to-and-from PL/SQL?
What is difference between hql and sql?
What are % type and % rowtype?
What is the purpose of my sql?
How do I turn a list into a table?
What does cursor do in sql?
What is difference between function and trigger?
Which join is like an inner join?