what is sql optimization
Answer / anupam bhatt
SQL optimization or tuning is the process to improve upon your sql queries to make them more efficient and avoid common pitfalls like multiple database round trips etc. Basically do more work with fewer queries to make the application fast and manageable.
This can be achieved by various ways like joining multiple queries in to one to avoid multiple network round trips, add indexes to the tables which are frequently accessed to reduce the turnaround time, fetch only the required data instead of a generic query getting all of the data of the table etc.
| Is This Answer Correct ? | 2 Yes | 2 No |
What are the key differences between SQL and PL SQL?
How can you load microsoft excel data into oracle? : aql loader
Explain how can you save or place your msg in a table?
How to return more than one value from a function?
Where the Pre_defined_exceptions are stored ?
how to see the oracle 9i/10g table in pc? or In my pc where the table is saved and how to see?
What is nvl?
How delete a row in sql?
What is a data definition language?
can we call a procedure from a function?
How packaged procedures and functions are called from the following?
What does the file extension accdb stand for?
Oracle (3259)
SQL Server (4518)
MS Access (429)
MySQL (1402)
Postgre (483)
Sybase (267)
DB Architecture (141)
DB Administration (291)
DB Development (113)
SQL PLSQL (3330)
MongoDB (502)
IBM Informix (50)
Neo4j (82)
InfluxDB (0)
Apache CouchDB (44)
Firebird (5)
Database Management (1411)
Databases AllOther (288)