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 quick sort in java?
Which is faster call by value or call by reference?
What is the difference between abstract class and interface1? What is an interface?
What do you mean by data type?
Why is java so popular?
what state does a thread enter when it terminates its processing? : Java thread
'A class is a template for an object' explain this statement.
0 Answers Akamai Technologies,
What is the difference between static and non-static variables?
Can you give few examples of final classes defined in java api?
What is parsing a string?
Can we have multiple public classes in a java source file?
How do you escape in java?