How do you optimize SQL queries ?
Answer Posted / kumar srinivasalu
BY USING HINTS,
HASH JOINS,
PARTITION TABLES AND INDEXS,
RESERVE KEY INDEX,
BIT MAP INDEX,
COST BASED OPTIMIZATION,
Nested loops,full table scans,query rewrite with
materialisation views
BASED ON THIS WE OPTIMIZE THE SQL QUERIES.
| Is This Answer Correct ? | 26 Yes | 1 No |
Post New Answer View All Answers
Explain what is a column in a table?
What is example of database?
Where is all the data on the internet stored?
What is procedure and function in sql?
Define join and name different types of joins?
What is optimistic concurrency control? : Transact sql
Do we need commit after truncate?
How many postgresql users are there, worldwide?
What are sql*plus environment variables?
How to create your own reports in sql developer?
How do I install microsoft sql?
How to read/write files from pl/sql?
how can we repair a mysql table? : Sql dba
Why do we use procedures in pl sql?
How do we accept inputs from user during runtime?