Home » MYSQL » Mysql Compound Statements » Question
  1. Which of these is more restrictive?
    mysql_query(), mysql_real_query()
    1. same
    2. machine dependent
    3. mysql_query()
    4. mysql_real_query()
    5. None of these
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.



Your comments will be displayed only after manual approval.