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 |
why ,we are using jsp and html.which one is better?
Why main function is static?
What is the difference between class forname and new?
What is a war file?
What is the range of a character variable?
what is difference between prepare stetement and callable starement with example?
What is the use of jtable?
Is double bigger than float?
Explain java coding standards for variables ?
class a extends b { } class b extends a { } why java doesn't support cyclic pls explain me with example
What is a ternary operator in java?
Can you declare a static variable in a method?