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 aggregate functions in sql?
what is self join and what is the requirement of self join? : Sql dba
Why is sql better than hql?
what are the different type of sql's statements ? : Sql dba
Why trigger is used in sql?
what is the difference between a local and a global temporary table? : Sql dba
What is delete command in sql?
Explain about various levels of constraint.
How do I count rows in sql query?
What are different methods to trace the pl/sql code?
What are the sql aggregate functions?
What is sql table?
How to read/write files from pl/sql?
what is single byte over head in oracle..?
Is oracle and sql same?