Question

Suppose that you are writing an application which requires standardised, high volume accesses to a back-end SQL database...

Suppose that you are writing an application which requires standardised, high volume accesses to a back-end SQL database via the JDBC API. You may assume that the tasks involve a mix of simple queries – with variations in the query parameters – and a number of more complex DB operations. The best approach for these high-volume queries is most likely to involve:

(a) use of the JDBC:ODBC bridge and carefully constructed groups of Statement objects.

(b) use of the JDBC:ODBC bridge, Statement objects and stored procedures.

(c) a vendor-specific Java DB driver and carefully constructed groups of Statement objects.

(d) a vendor-specific Java DB driver and wide use of PreparedStatement objects.

(e) a vendor-specific Java DB driver and use of PreparedStatements and stored procedures.

0 0
Add a comment Improve this question Transcribed image text
Answer #1

The Best approach for these HIgh Volume Queries is Most Likely to Involve :

Option C

A vendor - Specific Java Database driver and carefully constructed group groups of statements objects.

That means

If we are writing an application that requires the standardizes and high volume access to a back-end SQL database via the JDBC API.

We need to assume the tasks that involve a mix of simple queries that provide the variations in the Query parameters and a number of more complex DB operations.

Here is the Best approach that is Very high volume queries that uses a Vendor specific Java Database driver and carefully constructed groups of statements objects

Add a comment
Know the answer?
Add Answer to:
Suppose that you are writing an application which requires standardised, high volume accesses to a back-end SQL database...
Your Answer:

Post as a guest

Your Name:

What's your source?

Earn Coins

Coins can be redeemed for fabulous gifts.

Not the answer you're looking for? Ask your own homework help question. Our experts will answer your question WITHIN MINUTES for Free.
Similar Homework Help Questions
  • Questions 9 and 10 are based on the code fragment below: if ((currentYear % 4 0) && (currentYear 100 !-0)) 11 (...

    Questions 9 and 10 are based on the code fragment below: if ((currentYear % 4 0) && (currentYear 100 !-0)) 11 (current Year 400 0)) daysInMonth [0]-31; days InMonth [1)-29; daysInMonth [2] -31; daysInMonth [3]-30; days InMonth [4]-31; daysInMonth [5]-30; daysInMonth [6]-31; days InMonth [7]-31; daysInMonth [8] -30; daysInMonth [9] -31; days InMonth [10]-30; daysInMonth [11)-31; ) else daysInMonth [0]-31; days InMonth [1]-28 daysInMonth [2] -31; daysInMonth [3] -30; days InMonth [4] -31 daysInMonth [5] -30; daysInMonth [6] -31; days...

ADVERTISEMENT
Free Homework Help App
Download From Google Play
Scan Your Homework
to Get Instant Free Answers
Need Online Homework Help?
Ask a Question
Get Answers For Free
Most questions answered within 3 hours.
ADVERTISEMENT
ADVERTISEMENT
ADVERTISEMENT