A table has 150 records. How do you retrieve 100th row to
120th row from that table ?
Answer Posted / sum
select * from employees where rownum between 100 and 120
| Is This Answer Correct ? | 2 Yes | 15 No |
Post New Answer View All Answers
Are stored procedures compiled?
What is the plv (pl/vision) package offers?
What is a pdo connection?
how to see the create table statement of an existing table? : Sql dba
What are sql functions? Describe in brief different types of sql functions?
what is csv? : Sql dba
What is multiple partition?
How do you modify a trigger?
What is data type in sql?
What are the different sql languages?
What is t sql used for?
What is group function in sql?
How do you declare a user-defined exception?
What is a data manipulation language?
what is bcp? When does it used? : Sql dba