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 strlen function in php?
What is php mainly used for?
How check field is empty or not in php?
Is php free to use?
How can cross site request forgery csrf be prevented?
Explain the installation of PHP on UNIX systems?
If the variable $var1 is set to 10 and the $var2 is set to the character var1, what's the value of $$var2?
Write a program to display table of a number using php?
What are the features and advantages of object-oriented programming in php?
What is an associative array?
How to open a file for writing?
Explain me the difference between include and require?
What is php and sql?
How to get the http request in php?
What is json php?