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
Where is mysql installed on linux?
What is the use of mysql_fetch_array () function in php?
Write a query to display current date and time?
What is limit in mysql?
How do you connect MySQL database with PHP?
Difference between CHAR and VARCHAR?
What is meant by mysqli?
Is mysql a distributed database?
How to include comments in sql statements?
What is database url for mysql?
How many triggers are possible in mysql?
How do I create a stored procedure in mysql?
Write a query to select all teams that won either 1, 3, 5 or 7 games.
How to do login in mysql with unix shell.
How many threads can mysql handle?