A table has 150 records. How do you retrieve 100th row to
120th row from that table ?
Answer Posted / swapna
select * from emp where rownum<121
minus (select * from empwhere rownum<100);
Is This Answer Correct ? | 11 Yes | 6 No |
Post New Answer View All Answers
Is primary key a clustered index?
How many types of normalization are there?
What is clause in sql?
What is bulk compiling in pl/sql.?
Define commit, rollback and savepoint?
What is trigger types in sql?
how to run 'mysql' commands from a batch file? : Sql dba
What is sql dialect?
How do you remove duplicate records from a table?
How many types of triggers exist in pl/sql?
What is a function in oracle pl sql?
What are the different sql languages?
What are sql objects?
Is mariadb nosql?
What are the possible values for the boolean data field?