1.

The general statement-issuing routine is _______________(a) mysql_real_query()(b) mysql_query_real()(c) mysql_image_query()(d) mysql_query_image()I have been asked this question in an interview for job.This interesting question is from Processing SQL Statements in section MySQL Programs Using C of MySQL

Answer»

The correct answer is (a) mysql_real_query()

Best explanation: 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