Create a stored procedure, called scores_by_student_name this stored procedure with an input parameters, the input parameter specifies the need to query the names of the students, the function of the stored procedure is: query input parameter specifies the student performance information, ask for the course number, grade, and then execute the stored procedure and return the query results,