-
The most restrictive among the following is ______________.
mysql_query(), mysql_real_query()
-
- same
- machine dependent
- mysql_real_query()
- mysql_query()
- 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.