Single Choice Not Set

QWhich version of MySQL introduced the prepared statements?

ID: #2551 MySql with PHP Basic MCQ 1,420 views
Question Info
#2551Q ID
Not SetDifficulty
MySql with PHP Basic MCQTopic

Choose the Best Option

Click any option to instantly check if you're correct.

  • A MySQL 4.0
  • B MySQL 4.1
  • C MySQL 4.2
  • D MySQL 4.3
Correct Answer

Explanation

When the query() method is looped repeatedly it comes at a cost of both overhead, because of the need to repeatedly parsing of the almost identical query for validity, and coding convenience, because of the need to repeatedly reconfigure the query using the new values for each iteration. To help resolve the issues incurred by repeatedly executed queries, MySQL introduced prepared statements.

Share This Question

Challenge a friend or share with your study group.