A table has 150 records. How do you retrieve 100th row to
120th row from that table ?
Answer Posted / gourav
SELECT * FROM EMPLOYEES
WHERE EMPLOYEE_ID BETWEEN 120 AND 150;
| Is This Answer Correct ? | 2 Yes | 5 No |
Post New Answer View All Answers
What are the two types of exceptions in pl/sql?
What is duration in sql profiler trace?
What are the different tcl commands in sql?
what are the different type of sql's statements ? : Sql dba
Why do we use partitions in sql?
What is a parameter query?
What is bind reference and how can it be created?
Can we insert delete data in view?
How many types of primary keys are there?
What is the unique index?
How many row comparison operators are used while working with a subquery?
Which kind of parameters cannot have a default value in pl sql?
How do you copy a table in sql?
Does view store data in sql?
What is a database trigger?