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 is difference between pls_integer and integer?
What are the disadvantages of file system?
What is the difference between inner join and natural join?
When are we going to use truncate and delete?
how to create a table index in mysql? : Sql dba
How do you select unique values in sql?
what are string data types? : Sql dba
Why we use cross join?
Write an sql query to select all records from the table?
List the ways to get the count of records in a table?
give the syntax of grant and revoke commands? : Sql dba
how many groups of data types? : Sql dba
Define concurrency control. : Transact sql
what is primary key? : Sql dba
what is index? : Sql dba