-
The general statement-issuing routine is _______________.
-
- mysql_query_image()
- mysql_image_query()
- mysql_query_real()
- mysql_real_query()
- None of these
Correct Option: D
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.