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
Your Answer
Choose the Best Option
Click any option to instantly check if you're correct.
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.
Continue Practice
Share
Share This Question
Challenge a friend or share with your study group.
More from This Topic