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

Why jdbc is used in java?

0 Answers  


Explain about DSN?

0 Answers   Infosys,


What is @entity in java?

0 Answers  


What is JDBC DataSource and what are it’s benefits?

0 Answers  


What is jdbc connection interface?

0 Answers  


What is resultset?

0 Answers  


What is CLOB and BLOB datatypes in JDBC?

0 Answers  


Explain the life cycle of jdbc.

0 Answers  


What does executequery return in java?

0 Answers  


how to use CallableStatement? specially how to use their index given ..

1 Answers  


What is resultset in jdbc with example?

0 Answers  


Why we use jdbc instead of odbc?

0 Answers  


Categories