Home » MYSQL » MySQL Database Operations » Question
  1. What is the general statement-issuing routine?
    1. mysql_image_query()
    2. mysql_query_image()
    3. mysql_real_query()
    4. mysql_query_real()
    5. None of these
Correct Option: C

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.



Your comments will be displayed only after manual approval.