πŸ“Š PHP
Q. Which PDO method is used to execute a prepared statement?
  • (A) execute()
  • (B) run()
  • (C) start()
  • (D) query()
πŸ’¬ Discuss
βœ… Correct Answer: (A) execute()

Explanation: execute() is called on a prepared statement to run it with bound parameters.

Explanation by: Rati Dubey
execute() is called on a prepared statement to run it with bound parameters.

πŸ’¬ Discussion


πŸ“Š Question Analytics

πŸ‘οΈ
33
Total Visits
πŸ“½οΈ
3 mo ago
Published
πŸŽ–οΈ
Rati Dubey
Publisher
πŸ“ˆ
99%
Success Rate