How can increase the performance of MySQL select query?
Answer Posted / chandresh modi
By using Limits
| Is This Answer Correct ? | 15 Yes | 3 No |
Post New Answer View All Answers
Is mysql a scripting language?
What is difference between mysqli and pdo?
What are the different data types in mysql?
Does mysql support sequence?
What does the file with the extension: frm, myd, and myi contain?
Is pdo more secure than mysqli?
What do you mean by % and _ in the LIKE statement?
What is the storage engine for mysql?
Consider a scenario where you have two to three tables with thousand tuples in each of them. Now, if you have to perform a join operation between them will you choose to perform filtering of rows or transforming of rows first.
What is the difference between a heap table and temporary table?
What is longblob?
What is the difference between is null & is not null?
How to convert character strings to dates?
Why mysql is used with php?
How to load data files into tables with 'mysqlimport'?