How can you tune SQL statements?

Answer Posted / 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       View All Answers


Please Help Members By Posting Answers For Below Questions

Can I use JDBC to execute non-standard features that my DBMS provides?

773


What are the differences between setmaxrows(int) and setfetchsize(int)?

813


What happens if connection is not closed in jdbc?

721


Explain the various types of locking system in jdbc?

675


In which ways is driver class is registered with drive manager?

735


State the different connection methods used for creating different types of sql.

771


What is jdbc architecture in java?

706


How can we store the file in the oracle database?

735


Discuss the procedure of retrieving warnings?

757


What is database deadlock ?

746


How to retrieve warnings in jdbc?

740


What is an SQL Locator?

775


password, is stored in as plain text. What can I do to protect my passwords?

717


What are the advantages of collection pools?

748


What is jdbc driver?

696