πŸ“Š PHP
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

πŸ‘οΈ
38
Total Visits
πŸ“½οΈ
6 mo ago
Published
πŸŽ–οΈ
Rati Dubey
Publisher
πŸ“ˆ
88%
Success Rate