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


Please Help Members By Posting Answers For Below Questions

What is a void method java?

524


can rmi and corba based applications interact ?

682


How do you read and print a string in java?

530


What are the differences between string, stringbuffer and stringbuilder?

534


5 Coding best practices you learned in java?

646






What is java objectoutputstream?

551


What does pointer mean?

548


How many JVMs can run on a single machine and what is the meaning of Just-In-Time (JIT) compiler?

769


Can we use both this () and super () in a constructor?

560


What is double data type?

541


Explain which of the following methods releases the lock when yield(), join(),sleep(),wait(),notify(), notifyall() methods are executed?

621


Is empty string in java?

556


What is the loop in java?

586


Are floats faster than doubles?

575


Explain method overloading?

577