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

What protocol does jdbc use?

0 Answers  


What happens if connection is not closed in jdbc?

0 Answers  


Does the database server have to be running Java or have Java support in order for my remote JDBC client app to access the database?

0 Answers  


How many types of jdbc drivers are available?

0 Answers  


Diff bet.. Function and Trigger?

3 Answers   Logica CMG,






Why do you use a data source object for a connection?

0 Answers  


How can you tune SQL statements?

2 Answers   Wipro,


Which of the attributes in the monitoring tab for a jdbc connection pool in the administrative console tell us how many clients are currently waiting for a connection?

0 Answers  


What is type 4 jdbc driver?

0 Answers  


What is CLOB and BLOB datatypes in JDBC?

0 Answers  


How many categories of jdbc drivers are there?

0 Answers  


What is a merge field?

0 Answers  


Categories