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
What is java sql connection?
Explain how exception handling is done in advance pl/sql?
What is bind reference and how can it be created?
What pl/sql package consists of?
what are the differences among rownum, rank and dense_rank? : Sql dba
what does the t-sql command ident_incr does? : Transact sql
how to calculate expressions with sql statements? : Sql dba
Explain unique key in sql.
Is pl sql useful?
Does sql backup shrink transaction log?
How subquery works in sql?
Define concurrency control. : Transact sql
Write a sql query to find the names of employees that begin with ‘a’?
When to use inner join and left join?
Is inner join same as self join?