Mysql Compound Statements


  1. Which of these is more restrictive?
    mysql_query(), mysql_real_query()











  1. View Hint View Answer Discuss in Forum

    NA

    Correct Option: C

    The statement-issuing function other than ‘mysql_real_query()’ is ‘mysql_query()’. It is more restrictive in what it allows in the statement string although it is often easier to use.