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
Why is a primary key important?
how many sql ddl commands are supported by 'mysql'? : Sql dba
What are the various levels of constraints?
Mention what does the hierarchical profiler does?
what are the advantages and disadvantages of views in a database? : Sql dba
What is a database event trigger?
how to select first 5 records from a table? : Sql dba
List the ways to get the count of records in a table?
Can pl sql procedure have a return statement?
What is the best partition size for windows 10?
What are different types of keys?
How to rename a table?
Can we use rowid as primary key?
What is the difference between sql and isql*plus?
What is sql performance tuning?