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 |
Write the command to remove all players named sachin from the players table.
Can you select everything, but 1 or 2 fields, without writer's cramp?
Hi am new to PLSQL & facing problems in writing code like in SP, Functions, so any one having some SP coding with in depth explanation please share with me my Email ID suvarnaatsuvarna@rediffmail.com Or taking tanning on this please do contact me
How does postgresql compare to "nosql"?
How do sql databases work?
Is it possible to use LONG columns in WHERE clause or ORDER BY?
How do you drop a trigger?
Is sql better than excel?
what is sql? : Sql dba
How to get help at the sql prompt?
what is mean by forward declaration and where we'll use it.
What is the default value of CHAR type?