PHP Interview Questions and Answers for freshers and experienced – 03
Questions : 41 How can we optimize or increase the speed of a MySQL select query? Answer : 41 first of all instead of using select * from table1, use select column1, column2, column3.....