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 sql commands?
25.67,-1 Trunc = 20 Round= 30 HOW????
Mention what are different methods to trace the pl/sql code?
How many primary keys can a table have?
Can we create foreign key without primary key?
How do we use distinct statement? What is its use?
what is sql profiler
What is the mutating table and constraining table?
What does pl sql stand for?
what is the different between now() and current_date()? : Sql dba
How to display the contents of a current record fetched in a reference cursor?
List the different type of joins?
Oracle (3253)
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)