A table has 150 records. How do you retrieve 100th row to
120th row from that table ?
Answer Posted / intelligent
select * from emp where rownum>101 and rownum<121
| Is This Answer Correct ? | 2 Yes | 18 No |
Post New Answer View All Answers
What is sql trigger example?
Why do we use sql constraints? Which constraints we can use while creating database in sql?
Why procedure is used in sql?
What is %s in sql?
What is sql and also describe types of sql statements?
How do you optimize a stored procedure in sql?
Can we use ddl statements in stored procedure sql server?
What is an index in sql with example?
What is sql not null constraint?
Is big data nosql?
What is a stored procedure in sql with example?
What is delimiter in pl sql?
Which table is left in join?
Can a foreign key be a duplicate?
Why do we need sharding?