11.
Which of the following SQL operations is used to update existing data in a database table?
12.
What is the purpose of the mysqli_num_rows() function in PHP?
13.
Which of the following PHP functions is used to execute an SQL query in MySQLi extension?
14.
What is the primary purpose of the PDO::exec() method in PHP PDO extension?
15.
Which of the following statements is true regarding SQL SELECT operation?
16.
What is the purpose of the mysqli_fetch_object() function in PHP?
17.
Which of the following SQL operations is used to remove all data from a database table?
18.
What is the primary advantage of using PDO extension over MySQLi for executing SQL queries in PHP?
19.
Which of the following PHP functions is used to get the number of rows affected by an SQL query in MySQLi extension?
20.
What is the purpose of the mysqli_close() function in PHP?