A table has 150 records. How do you retrieve 100th row to
120th row from that table ?
Answer Posted / manjunath
select level from dual connect by level<=150
minus select from dual connect by level<=120;
| Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers
What is oracle sql called?
In a distributed database system, can we execute two queries simultaneously?
Explain alias in sql?
Which tcp/ip port does sql server run?
What is a database trigger?
explain the difference between bool, tinyint and bit. : Sql dba
Explain foreign key in sql?
Is full outer join same as cross join?
how is exception handling handled in mysql? : Sql dba
Write a sql select query that only returns each name only once from a table?
what is commit? : Sql dba
Does view contain data?
How bulk collect improves performance?
Does sql*plus also have a pl/sql engine?
What is an implicit commit?