1.

What is the general statement-issuing routine?(a) mysql_real_query()(b) mysql_query_real()(c) mysql_image_query()(d) mysql_query_image()I got this question in an interview for job.This is a very interesting question from Database Maintenance, Backups and Replication in portion MySQL Administration of MySQL

Answer»

Correct CHOICE is (a) mysql_real_query()

To elaborate: The general STATEMENT-issuing ROUTINE is mysql_real_query(). The statement is PROVIDED as a counted string (a string plus a length). The length of the statement string MUST be kept track of.



Discussion

No Comment Found

Related InterviewSolutions