How can we optimize or increase the speed of a mysql select
query?
Answer Posted / senthilkumar
1.Select <fieldname> from tablename.
2.Limit Setting.
3.Index Using
4.Primary key..
| Is This Answer Correct ? | 13 Yes | 1 No |
Post New Answer View All Answers
What is query string php?
Explain the ternary conditional operator in php?
What is url encoding and decoding in php?
What is the use of htmlentities in php?
What is http get and post?
Which MySQL function would you use to select a database?
What is the difference between javascript and php?
What is a php form?
Why do we use hooks?
How to write comment in php?
What is a persistence cookie?
What are php magic methods?
Are parent constructors called implicitly inside a class constructor?
How do you destroy a session?
How do sessions work in php?