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

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("

" ); foreach ( $row as $value) print(" $value"); 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

1 Expert Approved Answer
Step: 1 Unlock blur-text-image
Question Has Been Solved by an Expert!

Get step-by-step solutions from verified subject matter experts

Step: 2 Unlock
Step: 3 Unlock

Students Have Also Explored These Related Databases Questions!