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
Write a sql query to get the third highest salary of an employee from employee_table?
What is bind reference and how can it be created?
How to process query result in pl/sql?
What is coalesce in sql?
What is cte sql?
How do you go back in sql?
What are the conditions an underlying table must satisfy before a cursor can be used by a positioned update or delete statement? : Transact sql
what is timestamp in mysql? : Sql dba
What is the need of a partition key?
Does sql use python?
What is the current version of sql?
Is and as keyword in pl sql?
List out the acid properties and explain?
what are myisam tables? : Sql dba
What is the least restrictive isolation level? : Transact sql