Difference between MYSQL_ASSOC,MYSQL_NUM and MYSQL_BOTH ?
Answer Posted / test
difference between MYSQL_NUM AND MYSQL_ASSOC.
MYSQL_NUM returns a numerically indexed array.
MYSQL_ASSOC returns an associative array.
| Is This Answer Correct ? | 1 Yes | 0 No |
Post New Answer View All Answers
can you tell the order of sql select statement? : Mysql dba
What is mysql_pconnect?
What is database migration in mysql?
What does "i_am_a_dummy flag" do in mysql?
Which is best pdo or mysqli?
What is normalization and list the different types of normalization?
Is mysql a dbms?
What's the latest version of mysql?
How to control the max size of a heap table?
How to create a table index in mysql?
How to delete an existing column in a table?
Can I use mariadb instead of mysql?
What are the 3 main types of search queries?
How to store binary data in mysql?
using primary can we relate two table, with out foreign key?