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 tee command in mysql?
How is myisam table stored?
What is csv?
What is the use of mysql_close()?
What is the use of mysql workbench?
Consider you have a composite index of three columns. Now, you have to provide the value of two columns in the where clause of a select query. Do you think index can be used for the operation?
How to returns the columns and column information pertaining to the designated table.
Is postgresql better than mysql?
What does innodb stand for?
Where MyISAM table will be stored and also give their formats of storage?
What is row level locking?
How do you concatenate strings in mysql?
What are triggers mysql?
What is blob storage?
How do I remove a user from mysql?