How can you tune SQL statements?
Answers were Sorted based on User's Feedback
SQL Statements can be tuned depending on the Database,
different DBMS provides different types of the execution
plan, Oracle provides "Explain Plain" which explains the
cost of the query. Using which we can estimate the cost and
make the necessary changes like creating indexes........
| Is This Answer Correct ? | 0 Yes | 0 No |
What is JDBC Statement?
What are the different types of modifiers?
What is the difference between ExecuteUpdate and ExecuteQuery?
Explain the importance of drivermanager.
What are the components of jdbc?
What is 2 phase commit?
Is jdbc a protocol?
What is jdbc odbc driver?
What type of driver called is pure Java driver?
What is a rollback in jdbc?
How can I use the JDBC API to access a desktop database like Microsoft Access over the network?
Is there any limitation for no of statments executed with in batchupdate?