Answer & Solution
Answer: Option A
Solution:
The pdo_query() function in PHP PDO extension is used to execute an SQL query. It sends an SQL query to the database and returns a PDOStatement object representing the result set (if applicable).