Q. Which PDO method executes a prepared statement?

  • (A) run()
  • (B) query()
  • (C) execute()
  • (D) fetch()
πŸ’¬ Discuss
βœ… Correct Answer: (C) execute()
Explanation: execute() runs the prepared statement.
Explanation by: Admin
execute() runs the prepared statement.

πŸ’¬ Discussion


πŸ“Š Question Analytics

πŸ‘οΈ
47
Total Visits
πŸ“½οΈ
8 mo ago
Published
πŸŽ–οΈ
Admin
Publisher
πŸ“ˆ
82%
Success Rate