how fastest access of data can be done from database ?
Answer Posted / senthil
We can retrieve data fast
1. By the query optimization
2. Set the index for Not null fields(varchar data type)
3. BY using the join query
By using the mysql_fetch_array() function to retrieve the data
| Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers
What is mysql database used for?
What is difference between mysql and mysql server?
Does mysql case matter?
Differentiate CHAR_LENGTH and LENGTH?
Is mysql still popular?
What are the difference between now and current_date in mysql?
How do I select a table in mysql?
What is a text delimiter?
What is current version of mysql?
Why mysql is used with php?
What is mysql installer?
What does mysqli_fetch_assoc do?
how to add a new column to an existing table?
What is inner join in mysql?
Describe mysql transaction properties.