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 an immutable class?
what is abstract class in Java?
what is static import in java? Explain
What is main difference between variable and constant?
What is the difference between import java.util.date and java .util?
What is the difference between equals() and?
What are the two types of java?
What are static blocks in java ?
How do you use compareto method?
What about static nested classes in java?
What is the purpose of assert keyword used in jdk1.4.x?
Where is stringbuffer stored?
What is the syntax and characteristics of a lambda expression?
What are alternatives to java serialization?
What is final keyword in java?