1. |
What is one way you can minimize the reparsing of SQL statements?
Please select the best answer.
|
|
A. |
Make all SQL use literal variables |
|
B. |
Write SQL statements to execute correlated subqueries |
|
C. |
Try to write all SQL so that it can be shared by multiple tasks.
|
|
D.
|
Try to make all SQL execute through ODBC
|