Golgappa.net | Golgappa.org | BagIndia.net | BodyIndia.Com | CabIndia.net | CarsBikes.net | CarsBikes.org | CashIndia.net | ConsumerIndia.net | CookingIndia.net | DataIndia.net | DealIndia.net | EmailIndia.net | FirstTablet.com | FirstTourist.com | ForsaleIndia.net | IndiaBody.Com | IndiaCab.net | IndiaCash.net | IndiaModel.net | KidForum.net | OfficeIndia.net | PaysIndia.com | RestaurantIndia.net | RestaurantsIndia.net | SaleForum.net | SellForum.net | SoldIndia.com | StarIndia.net | TomatoCab.com | TomatoCabs.com | TownIndia.com
Interested to Buy Any Domain ? << Click Here >> for more details...


How we get some middle records in one table?

Answers were Sorted based on User's Feedback



How we get some middle records in one table?..

Answer / meena

select * from emp where rownum=(select mod(rownum,2) from emp);

Is This Answer Correct ?    1 Yes 1 No

How we get some middle records in one table?..

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

Post New Answer

More Core Java Interview Questions

What is the difference between interpreter and compiling ?

2 Answers   TCS,


Can you run the product development on all operating systems ?

1 Answers  


What is internal iteration in java se 8?

0 Answers  


What is meant by flickering?

0 Answers  


What does the “static” keyword mean?

0 Answers  


what is bytecode? watz the difference between machine code and bytecode?

9 Answers   Oracle,


There can be a abstract class without abstract methods, but what is the need to declare a class abstract if it doesn't contain abstract methods?

5 Answers   HCL,


Is double bigger than float?

0 Answers  


Explain Linked HashSet

1 Answers  


Why is the main method declared static?

0 Answers  


what r callable statement and give their proper use

2 Answers  


What does  mean in regex?

0 Answers  


Categories