1.
Which PHP extension is commonly used for executing SQL queries and interacting with databases?
2.
What is the primary function of the mysqli_query() function in PHP?
3.
Which of the following SQL operations is used to insert new data into a database table?
4.
What is the purpose of the mysqli_fetch_assoc() function in PHP?
5.
Which of the following statements is true regarding SQL DELETE operation?
6.
What is the primary advantage of using prepared statements in PHP for executing SQL queries?
7.
Which PHP extension provides procedural and object-oriented approaches for executing SQL queries and interacting with MySQL databases?
8.
What is the primary purpose of the PDO::query() method in PHP PDO extension?
9.
Which of the following PHP functions is used to execute an SQL query in PDO extension?
10.
What is the primary function of the mysqli_fetch_array() function in PHP?