Mysql Compound Statements
- Which of these is more restrictive?
mysql_query(), mysql_real_query()
-
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.