i have 1000 records in resultset, how to get first 100
records from resultset, because resultset fetch all 1000
records at a time?
Answer Posted / kuldeep raaj sharma
SELECT TOP 100 from MyTable;
| Is This Answer Correct ? | 7 Yes | 4 No |
Post New Answer View All Answers
What is jdbc explain?
How does JDBC API helps us in achieving loose coupling between Java Program and JDBC Drivers API?
Why hibernate is better than jdbc?
How can I determine the isolation levels supported by my DBMS?
What is an encrypted internet connection?
Is there another way of dealing with the result set that could execute faster?
What are different parts of a url?
Is jdbc object oriented?
How can we store the file in the oracle database?
How many ways that we can view a result set?
What does adapter class provide?
What causes no suitable driver error?
Explain what should be done when a SQL exception is raised?
Which database is used for java?
What are the conditions applies to varchar variable, when using in procedures?