How can increase the performance of MySQL select query?
Answer Posted / nitin malhotra
WE CAN INCREASE THE PERFORMANCE OF SELECT STATEMENT BY USING
THE SELECTED FIELDS IN TTO THE INDEXING AND TO CHOOSE ONLY
THE FIELDS WHICH IS REQUIRED.
| Is This Answer Correct ? | 10 Yes | 0 No |
Post New Answer View All Answers
What, if a table has one column defined as TIMESTAMP?
What is difference between oracle and mysql?
What is an index? How can an index be declared in mysql?
what are the different tables present in mysql? : Mysql dba
How can I insert images into a Mysql database?
How to find the unique values if the value in the column is repeated?
What is difference between mysql_connect and mysql_pconnect?
What data structure does mysql use?
How to determine the location of the data directory?
What are the limitations of mysql?
How do you rename a table?
can you tell how can you display the maximum salary in sql? : Mysql dba
What is pdo mysql?
Explain Access Control Lists.
What is a deterministic function?