1.
Which operation is used to insert new records into a database table using SQL?
2.
What is the primary purpose of the mysqli_query() function in PHP?
3.
Which statement is used to update existing records in a database table using SQL?
4.
What is the primary purpose of the mysqli_fetch_assoc() function in PHP?
5.
Which operation is used to delete specific records from a database table using SQL?
6.
What is the primary advantage of using prepared statements in PHP for database operations?
7.
Which PHP function is used to execute an SQL query in MySQLi extension?
8.
What is the purpose of the PDO::exec() method in PHP PDO extension?
9.
Which SQL operation is used to add new records to a database table?
10.
What is the primary purpose of the mysqli_affected_rows() function in PHP?