Q. Which PDO method prepares an SQL statement? (A) query() (B) execute() (C) prepare() (D) bind() ποΈ Show Answer π¬ Discuss π Share β‘Menu β Correct Answer: (C) prepare() Explanation: prepare() prepares a statement for execution.