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 resultsetmetadata?
What is difference between jdbc and odbc?
What is connection data?
How can you know about drivers and database information ?
What is jdbc databasemetadata interface?
Differentiate between a statement and a preparedstatement.
How to move the cursor in scrollable resultset ?
What is jdbc? Describe the steps needed to execute a sql query using jdbc.
What does the jdbc resultsetmetadata interface?
What is a statement?
What are the different types of classes in the api component?
What are the common tasks of JDBC?
Explain how data flows from view to db and reverse
When does the result for an sql statement return null?
Why do we need jdbc api?