How can increase the performance of MySQL select query?

Submitted by: Administrator
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.
Submitted by: Administrator

Read Online PHP Job Interview Questions And Answers