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
Is primary key an index?
How to get list of all tables from a database?
What are different types of triggers?
What is assignment operator in pl sql?
What are sql ddl commands?
What is the command used to fetch the first 5 characters of a string?
What is difference between pl and sql?
Is sql pronounced sequel or sql?
What are tables in sql?
How do you copy a table in sql?
what are the differences between binary and varbinary? : Sql dba
What is localdb mssqllocaldb?
What is partition in sql query?
What is a parameter query?
How many types of keys are there in sql?