Home > database >  For help
For help

Time:11-13

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,
  • Related