Q. Which PDO method is used to prepare an SQL statement?
β
Correct Answer: (A)
prepare()
Explanation: The prepare() method prepares an SQL statement for execution with PDO.