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 are the rules to declare a php variables?
What software is required for php?
Explain php explode() function.
What is meant by public, private, protected, static and final scopes?
What is the use of "echo" in php?
What is the use of strpos in php?
Is php used for frontend or backend?
Do you have to initialize variables in php?
What good is polymorphism?
Can we override static method in php?
How do I sort numbers in php?
Which is faster for or foreach?
What new features php7 has in store for us?
What is a controller in programming?
How can we access the data sent through the url with the get method?