Answer Posted / katasani rajesh reddy
select salary from(select salary from
order by salary)
where rownum<=100
minus
select salary from(select salary from
order by salary)
where rownum<=99
| Is This Answer Correct ? | 0 Yes | 3 No |
Post New Answer View All Answers
What is the use of triggers?
Explain commit, rollback and savepoint.
How do I run a pl sql procedure in sql developer?
Explain the significance of the & and && operators in pl sql.
How many types of tables are there?
What is the difference between join and natural join?
How many primary keys can a table have?
What is auto increment?
Mention what does the hierarchical profiler does?
How can you get sql*loader to commit only at the end of the load file? : aql loader
Can we create table in function?
What is thread join () in threading?
What is nvarchar max in sql?
What is data abstraction in sql?
Are dml statements autocommit?