Question: 1. Inspect the code in view.php and answer the following: o 1. What does SQL query return? 2. What is the question mark in the
1. Inspect the code in view.php and answer the following: o
1. What does SQL query return?
2. What is the question mark in the query replaced with
code
Grades Currently logged in as
prepare($query); $studentid = logged_in_user(); $stmt->bindValue(1, $studentid); $stmt->execute(); ?>Your results
Year Semester Course Grade
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
