Q. Which PDO method is used to prepare an SQL statement?

  • (A) prepare()
  • (B) execute()
  • (C) query()
  • (D) bind()
πŸ’¬ Discuss
βœ… Correct Answer: (A) prepare()
Explanation: The prepare() method prepares an SQL statement for execution with PDO.
Explanation by: Rati Dubey
The prepare() method prepares an SQL statement for execution with PDO.

πŸ’¬ Discussion


πŸ“Š Question Analytics

πŸ‘οΈ
57
Total Visits
πŸ“½οΈ
10 mo ago
Published
πŸŽ–οΈ
Rati Dubey
Publisher
πŸ“ˆ
85%
Success Rate