Question: 1 Point Question 15 If your script needs to insert one record into DB then there is no difference in term of performance between prepared

1 Point Question 15 If your script needs to insert one record into DB then there is no difference in term of performance between prepared statement and standard PDO method. True False Question 16 1 Point 1. Examine the following code: $sql-"SELECT * FROM users WHERE name LIKE :n"; Sname="FAISAL": $st-$conn--prepare($sql): XXX) $name"SALMAN" $st->execute(): In the statement line of (XXX). Which binding method is valid to execute the SOL with SALMAN? Sst--bindParam":n', "SALMAN"); BSst->bindParam":n', Snamek $st->bindValue(':', Sname); Sst.bindvalue("SALMAN")
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
