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 pl/sql packages?
how do you control the max size of a heap table? : Sql dba
How to rename a column in the output of sql query?
What is pivot table in sql?
What is pls_integer in pl sql?
what is a trigger in mysql? Define different types of trigger. : Sql dba
what are the differences between procedure-oriented languages and object-oriented languages? : Sql dba
What is data definition language?
How do I pipe the output of one isql to another?
what are the differences between binary and varbinary? : Sql dba
what is the difference between a having clause and a where clause? : Sql dba
What is a pragma statement?
What is on delete set null?
How do I truncate a word?
What are the limitations of sql express?