Difference between MYSQL_ASSOC,MYSQL_NUM and MYSQL_BOTH ?
Answer Posted / deepak sakure
difference between MYSQL_NUM AND MYSQL_ASSOC.
MYSQL_NUM returns a numerically indexed array.
MYSQL_ASSOC returns an associative array.
| Is This Answer Correct ? | 20 Yes | 3 No |
Post New Answer View All Answers
What is the use of pdo?
What is myisamchk?
How to convert numeric values to character strings?
What is the password of mysql?
How to create a test table in your mysql server?
What are the types of queries?
How to shutdown mysql server?
Where’s database data actually stored?
What is unsigned in mysql?
What data structure does mysql use?
How to see table's field formats or description of table .
What is regexp?
What is the difference between truncate and delete in mysql?
Explain the different types of mysql joins.
What is max_used_connections in mysql?