11.
Which PHP function is used to execute an SQL query in PDO extension?
12.
What is the primary function of the mysqli_num_rows() function in PHP?
13.
Which statement is used to create a new database table in SQL?
14.
What is the purpose of the PDO::lastInsertId() method in PHP PDO extension?
15.
Which SQL operation is used to remove all records from a database table?
16.
What is the primary purpose of the mysqli_close() function in PHP?
17.
Which PHP function is used to execute an SQL query in MySQLi extension?
18.
What is the primary purpose of the PDO::beginTransaction() method in PHP PDO extension?
19.
Which SQL operation is used to update the structure of an existing database table?
20.
What is the purpose of the PDO::commit() method in PHP PDO extension?