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
Do you know design patterns. List few?
Is php easier than node?
What is substr() in php? And how it is used?
How to create a public static method in PHP?
Tell me what is the definition of a session?
Write a program in php to check whether a number is prime or not?
Can we set session value in javascript?
How to create a session? How to remove data from a session?
What is use of header() function in php? What the limitation of header()?
What is the difference between overloading and overriding in php?
Does php need html?
Is it easy to learn php?
How does php session work?
What is the difference between indexed and associative array?
What is dao in php?