Question: Question 21 PDO Transaction should be used for all the following SQL statements except? A) CREATE TABLE SQL B) UPDATE SQL SELECT SQL DELETE SQL

Question 21 PDO Transaction should be used for all the following SQL statements except? A) CREATE TABLE SQL B) UPDATE SQL SELECT SQL DELETE SQL Question 22 PHP can save the uploaded file by using the following statement: A getUploadedFile($_FILES['myFile']['tmp_name']); B saveFile ($_FILES['myFile']['tmp_name']); move_uploaded_file($_FILES[' myFile']['tmp_name'], "filename"); D) None is true
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
