Home » MYSQL » MySQL Database Operations » Question
  1. The most restrictive among the following is ______________.
    mysql_query(), mysql_real_query()
    1. same
    2. machine dependent
    3. mysql_real_query()
    4. mysql_query()
    5. None of these
Correct Option: D

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.



Your comments will be displayed only after manual approval.