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
What is bytecode in java ?
What is connection class in java?
Explain the importance of import keyword in java?
What is jdbc api?
Explain the importance of join() method in thread class?
Can we use String with switch case?
What are the three best choices for a development environment?
Is upper case in java?
How thread scheduler schedule the task?
Is java owned by oracle?
List out five keywords related to exception handling ?
How can we make a class virtual?
What do the thread?class methods run() and start() do?
hr interview how many minutes asking question
How can you read content from file in java?