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
Is it possible to pass parameters to triggers?
What are pl/sql cursor exceptions?
explain primary keys and auto increment fields in mysql : sql dba
What is indexing in sql and its types?
Explain foreign key in sql?
Show the two pl/sql cursor exceptions.
Explain how to use transactions efficiently : transact sql
How do you truncate?
what is the difference between mysql_fetch_object and mysql_fetch_array? : Sql dba
what is oracle database ? : Sql dba
What are the types of variable use in pl sql?
What is the difference between the implicit and explicit cursors?
What are the different set operators available in sql?
Explain exception handling in pl/sql?
Explain the uses of database trigger.