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
How many types of sql are there?
How much ram can sql express use?
How do I turn a list into a table?
What are literals in sql server?
tell us something about heap tables. : Sql dba
What is a crud api?
What is sqlerrd?
Is left join faster than join?
how to convert numeric values to character strings? : Sql dba
What is sql not null constraint?
How do you declare a variable in pl sql?
what is the difference between join and union? : Sql dba
what is the difference between clustered and non clustered index in sql? : Sql dba
describe mysql connection using mysql binary. : Sql dba
what is online transaction processing (oltp)? : Sql dba