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 the use of index in hive?
How do I turn a list into a table?
What does select top 1 do in sql?
What is data definition language?
What are the sql aggregate functions?
how can we transpose a table using sql (changing rows to column or vice-versa) ? : Sql dba
What is a left inner join?
What is rownum and rowid?
What is offset and limit in sql?
Does sql view stored data?
What are aggregate functions in sql?
What are all the different types of indexes?
Can we join more than 2 tables in sql?
How do I run a sql query in pgadmin 4?
Can a foreign key be a duplicate?