I need only 10 records out of 100 using HashMap.
Like below query. SELECT * FROM Customers LIMIT 10;
how can i get it?