11.
Which of the following statements is true regarding parameterized queries in MySQLi and PDO?
12.
What is the primary advantage of using prepared statements in MySQLi and PDO?
13.
Which PHP function is used to establish a connection to a MySQL database server using MySQLi extension?
14.
Which of the following is NOT a step in connecting to a MySQL database using PDO extension?
15.
What is the purpose of the PDO::beginTransaction() method in PDO extension?
16.
Which of the following methods is used to execute a prepared statement with parameters in MySQLi extension?
17.
What is the primary purpose of database connection pooling in PHP applications?
18.
Which PHP extension provides better support for transaction management and error handling: MySQLi or PDO?
19.
What is the purpose of the PDO::lastInsertId() method in PDO extension?
20.
Which of the following statements is true regarding database connections in PHP applications?