Q. The one that is more restrictive is . . . . . . . .
mysql_query(), mysql_real_query()
mysql_query(), mysql_real_query()
β
Correct Answer: (A)
mysql_query()
Explanation: This question is about two MySQL functions: mysql_query() and mysql_real_query(). They both execute queries, but there's a key difference in how they handle things.