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 are static blocks and static initalizers in java ?

587


What is the use of volatile in java?

602


Why are pointers not secure?

539


What is tochararray in java?

503


Is string a datatype?

552






What is initial size of arraylist in java?

537


How do you classify Dialog Box?

649


When do I need to use reflection feature in java?

627


How do you break a loop?

566


What does .equals do in java?

529


Define an applet in java?

632


What is reverse function?

576


List out benefits of object oriented programming language?

487


Can this keyword be used to refer static members?

548


Can you explain the final method modifier?

571