How we get some middle records in one table?
Answers were Sorted based on User's Feedback
Answer / meena
select * from emp where rownum=(select mod(rownum,2) from emp);
| Is This Answer Correct ? | 1 Yes | 1 No |
Answer / prasanna
By using a search condition like 'where'
Eg:select eno,ename,esal from emp where eno=3;
| Is This Answer Correct ? | 2 Yes | 4 No |
What is the difference between interpreter and compiling ?
Can you run the product development on all operating systems ?
What is internal iteration in java se 8?
What is meant by flickering?
What does the “static” keyword mean?
what is bytecode? watz the difference between machine code and bytecode?
There can be a abstract class without abstract methods, but what is the need to declare a class abstract if it doesn't contain abstract methods?
Is double bigger than float?
Explain Linked HashSet
Why is the main method declared static?
what r callable statement and give their proper use
What does mean in regex?