ExamVeda
Login
Home
This question belongs to PHP Databases Handling
Databases Handling
?

Which version of MySQL introduced the prepared statements?

Answer & Solution
Correct Answer: Option B
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.
Examveda
Question posted by Examveda
Community

Join the Discussion

No comments yet Be the first to discuss this question.