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 resultsetmetadata?
What is an advantage of using the jdbc connection pool?
How can we move the cursor in a scrollable result set?
Explain the importance of drivermanager.
How do you insert images into database using jdbc?
How can I determine where a given table is referenced via foreign keys?
Where can I find ojdbc14 jar file?
How many types of jdbc drivers are there?
What is the meaning of connection?
What is JDBC API and when do we use it?
Is possible to open a connection to a database with exclusive mode with JDBC?
What is setautocommit in jdbc?
What are the advantages of using preparedstatement in java?
List the advantages of using datasource?
What is jdbc connection class?