How we get some middle records in one table?
Answer Posted / meena
select * from emp where rownum=(select mod(rownum,2) from emp);
| Is This Answer Correct ? | 1 Yes | 1 No |
Post New Answer View All Answers
What is the base class in java from which all classes are derived?
what are the high-level thread states? : Java thread
Differentiate jar and war files?
Does the order of public and static declaration matter in main method?
What are wrapped classes in java programming?
What is the benefit of singleton pattern?
List some important characteristics on jre
What are the topics in advance java?
what is daemon thread and which method is used to create the daemon thread? : Java thread
How to perform merge sort in java?
What is the function of log?
Can arraylist contain null values?
Can we overload the methods by making them static?
What is difference between path and classpath variables?
Where is singleton pattern used?