πŸ“Š MySQL
Q. The one that is more restrictive is . . . . . . . .
mysql_query(), mysql_real_query()
  • (A) mysql_query()
  • (B) column name
  • (C) same
  • (D) machine dependent
πŸ’¬ Discuss
βœ… 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.

Explanation by: Vikash Gupta
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.

πŸ’¬ Discussion


πŸ“Š Question Analytics

πŸ‘οΈ
84
Total Visits
πŸ“½οΈ
1 y ago
Published
πŸŽ–οΈ
Vikash Gupta
Publisher
πŸ“ˆ
94%
Success Rate