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
What is dblink?
What is prepare statement in mysql?
How to get last inserted id after insert data from a table in mysql?
Does adding an index lock a table?
How to drop an existing view in mysql?
How to use triggers to track changes in mysql?
Is mysql is a programming language?
How do you flush privileges?
Is blocked because of many connection errors unblock with mysqladmin flush hosts?
What is the phantom problem?
What is a join? Explain the different types of mysql joins.
What is memory table in mysql?
What are the ways in which you can retrieve data in the result set of mysql using php?
What is mysql data directory? How to determine the location of the data directory?
What language is used in mysql?