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

Explain the difference between inner and outer join ?

0 Answers  


What is resultsetmetadata?

0 Answers  


How does jdbc connect to database?

0 Answers  


Once I have the Java 2 SDK, Standard Edition, from Sun, what else do I need to connect to a database?

0 Answers  


What are the standard isolation levels defined by JDBC?

0 Answers  






What is the difference between execute, executeQuery, executeUpdate?

0 Answers  


What is jdbc drivers in java?

0 Answers  


Stored procedure purpose?

2 Answers  


What is odbc. how is it related to sql cli?

0 Answers  


How vendor Naming registry supports JNDI?

0 Answers  


What is data source in java?

0 Answers  


Can we have foreign key reference to a non primary key column ?

0 Answers  


Categories