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

YearSemesterCourseGrade

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!