DBA > Job Interview Questions > MySQL and SQL

What is the difference between mysql_fetch_array

More DBA job interview questions and answers at http://dba.fyicenter.com/Interview-Questions/

(Continued from previous question...)

What is the difference between mysql_fetch_array and mysql_fetch_object?

mysql_fetch_array — Fetch a result row as an associative ARRAY, a numeric array, or both
mysql_fetch_object — Fetch a result row as an OBJECT

(Continued on next question...)

Other Job Interview Questions