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
What is namedparameterjdbctemplate?
If you are truncated using JDBC, how can you that how much data is truncated?
How do I find jdbc version?
How do I write Greek ( or other non-ASCII/8859-1 ) characters to a database?
Is jdbc open source?
What do you mean by batch processing in jdbc?
How do I know which jdbc driver to use?
What is jdbc odbc bridge in java?
What are the new features available in jdbc 4.0?
What is jdbc and odbc?
Where is ojdbc14 jar located?
How do you insert images into database using jdbc?
What is jdbc oracle thin?
How do I insert an image file (or other raw data) into a database?
What is jdbc connection string?