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 how the jdbc application works.

0 Answers  


What is jdbc architecture?

0 Answers  


What are clob and blob data types in jdbc?

0 Answers  


Explain creation of statement object with connection method create method with help of an example.

0 Answers  


What are the different classes through which JDBC represents statements?

0 Answers  






What are the standard isolation levels defined by JDBC?

0 Answers  


What is jdbc? Describe the steps needed to execute a sql query using jdbc.

0 Answers  


How many rowset are available in jdbc?

0 Answers  


explain about special characters?

0 Answers  


What is meant by connection string?

0 Answers  


What is JDBC Connection? Explain steps to get Database connection in a simple java program.

0 Answers  


What causes the "No suitable driver" error?

0 Answers  


Categories