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 layer in communication?
What is jdbc class forname?
What are the steps involved in establishing a connection using jdbc in java?
What are the methods which can verify the cursor particular position?
Which is better jpa or jdbc?
Name the method, which is used to prepare a callablestatement.
What are the exceptions in jdbc?
What is difference between jdbc and odbc?
Why do we need jdbc api?
What are the common jdbc exceptions?
Write a program JDBCcode forfetching student database with SQL.
What is meant by jdbc and odbc?
In which ways is driver class is registered with drive manager?
What is jdbc template?
What is jdbc servlet?