Google News
logo
MySQL - Quiz(MCQ)
The general statement-issuing routine is ______
A)
mysql_query_real()
B)
mysql_image_query()
C)
mysql_real_query()
D)
mysql_query_image()

Correct Answer :   mysql_real_query()


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.

Advertisement