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 graph sql?
what is the maximum length of a table name, database name, and fieldname in mysql? : Sql dba
How does a covering index work?
what are the advantages and disadvantages of views in a database? : Sql dba
What are the possible values that can be stored in a boolean data field?
is mysql query is case sensitive? : Sql dba
What is output spooling in sql*plus?
What are the popular database management systems in the it industry?
What is the primary key?
Why do we need unique key in a table?
Are stored procedures faster than dynamic sql?
What is sql trigger example?
How do you use a while loop in pl sql?
Explain what is an index?
How do I enable sql encryption?