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 |
How to create an interface?
Explain the difference between extends thread vs implements runnable in java?
Why scanner is used in java?
Where can i get Latest SUN Certification Dumps and what are the Sun Certification Codes that are available, Im new to JAVA, so please gimme info as i need to write J2EE - Core Java Certification
What is java regex?
How does system arraycopy work in java?
Is char * a string?
difference between jsp and java script?
What are the string methods in java?
What is the static import?
how to print the below in java? * * * * * * * * *
what is meant by Garbage collection?