How can you tune SQL statements?

Answers were Sorted based on User's Feedback



How can you tune SQL statements?..

Answer / pravin

may be by using preparedStatement
interface

Is This Answer Correct ?    1 Yes 0 No

How can you tune SQL statements?..

Answer / balakrishna

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

Post New Answer

More JDBC Interview Questions

Describe odbc?

0 Answers  


How do I stop nullpointerexception?

0 Answers  


What are different types of JDBC Drivers?

0 Answers  


Give a way to check that all result sets have bin accessed and update counts are generated by execute method.

0 Answers  


how we can remove hard code in java?

1 Answers   Satyam,






How do I know which jdbc driver to use?

0 Answers  


What is jdbc oracle thin?

0 Answers  


Is jdbc connection secure?

0 Answers  


How to rollback a JDBC transaction?

0 Answers  


Does jdbc require oracle client?

0 Answers  


What is jdbc class forname?

0 Answers  


What is jdbc explain?

0 Answers  


Categories