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 are the types of database engines available in mysql?
How to use in conditions?
List some comparisons operators used in mysql?
What does "i_am_a_dummy flag" do in mysql?
What does innodb stand for?
Which is better mysql or microsoft sql?
What are date and time data types?
What does mysql flush hosts do?
Table - Products has number of products as below Productid ProductName 1 iPhone 2 iPad 3 BlackBerry Table - SalesPersonProduct has the below records Salespersonid productid S1 1 S1 2 S1 3 S2 1 S3 2 Write a SQL query that returns the total number of sold products
Why is it called mysql?
What are the different tables present in MySQL?
What is myisamchk?
How large can a mysql table be?
What is the difference between truncate and delete in mysql?
What is mysql gpl?