Golgappa.net | Golgappa.org | BagIndia.net | BodyIndia.Com | CabIndia.net | CarsBikes.net | CarsBikes.org | CashIndia.net | ConsumerIndia.net | CookingIndia.net | DataIndia.net | DealIndia.net | EmailIndia.net | FirstTablet.com | FirstTourist.com | ForsaleIndia.net | IndiaBody.Com | IndiaCab.net | IndiaCash.net | IndiaModel.net | KidForum.net | OfficeIndia.net | PaysIndia.com | RestaurantIndia.net | RestaurantsIndia.net | SaleForum.net | SellForum.net | SoldIndia.com | StarIndia.net | TomatoCab.com | TomatoCabs.com | TownIndia.com
Interested to Buy Any Domain ? << Click Here >> for more details...

How would you optimize a slow SQL query?

Answer Posted / hr@tgksolutions.com

• Use EXPLAIN PLAN to analyze query performance.
• Add indexes where needed.
• Avoid using SELECT *; instead, select specific columns.
• Use proper JOINs and avoid unnecessary computations.
• Optimize queries using caching and denormalization if necessary.

Is This Answer Correct ?    0 Yes 0 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

How to find out what oracle odbc drivers are installed?

1090


What privilege is needed for a user to insert rows to tables in another schema?

1056


Query to retrieve record for a many to many relationship ?

2573


How to turn on or off recycle bin for the session?

1173


What is a snapshot in oracle database?

1070


Is there any function in oracle similar like group_concat of mysql?

1104


What is the minimum client footprint required to connect c# to an oracle database?

1161


How do I recompile a procedure in oracle?

1016


Is oracle a language?

987


What are the different types of modules in oracle forms?

1046


Tab A A B ------ 1 A 2 B 3 C Tab B A B ----- 4 D 5 E 6 F Generate the value into B table from A table. Only table A has the value. Write the SQL query to get B table value.

1829


I have a table called 'test' on source and target with same name, structure and data type but in a different column order. How can you setup replication for this table?

1158


Is oracle an operator?

982


Which is faster join or subquery in oracle?

1046


What is Trigger in Oracle?

1239