Interview Questions

How can increase the performance of MySQL select query?

PHP Interview Questions and Answers


(Continued from previous question...)

How can increase the performance of MySQL select query?

We can use LIMIT to stop MySql for further search in table after we have received our required no. of records, also we can use LEFT JOIN or RIGHT JOIN instead of full join in cases we have related data in two or more tables.

(Continued on next question...)

Other Interview Questions