Question: amming(1st semester 2020-2021)) The following php code read from a table named info in the database named information all the records that have id =4567

amming(1st semester 2020-2021)) The following php code read from a table named info in the database named information all the records that have id ="4567" and print the result on the screen. The SQL query is saved in the variable $query. $query = ") while ( $row = mysql_fetch_row( $result)) { print("
"); mysql_close( $database ); ?>* (2 Points) o Squery = "INSERT * FROM info where std_id='Sselect": o Squery = "SELECT * FROM info where std_id="4567"; Squery = "SELECT id FROM information where std_id='Sselect": O Squery = "SELECT information FROM info where information.std_id='Sselect": O Squery = "SELECT information FROM info where std_id='$select": Squery = "insert* FROM info where std_id='4567""; a hp
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
