Q. Which PDO method is used to execute a prepared statement?
β
Correct Answer: (A)
execute()
Explanation: execute() is called on a prepared statement to run it with bound parameters.