Question
English Question: Display the Student name, Course Name, Semester and Section and grade for the student with this . Write a procedure COURSES_BY_STUDENT (bannerId VARCHAR(3)).
English Question: Display the Student name, Course Name, Semester and Section and grade for the student with this
Write a procedure COURSES_BY_STUDENT (bannerId VARCHAR(3)). When executed it displays Student name, Course Name, Semester and Section and grade for the student with this bannerId. Test your procedure by executing these calls.
CALL COURSES_BY_STUDENT ("103");
CALL COURSES_BY_STUDENT ("106");
CALL COURSES_BY_STUDENT ("109");
Tables are bellow:
Student Table
Department Table
Professor Table
Course Table
Teaching_Assignment Table:
Transcript Table:
Banner Id 100 101 102 103 104 105 106 107 108 109 110 Name Leona Jerald Freddie Shannon Billie Casey Nicole Alex Mona Anthony Thomas Curtis Addres Status Freshman Freshman Freshman Sophomore Sophomore Sophomore Junior Junior Junior Senior Senior Senior Banner Id 100 101 102 103 104 105 106 107 108 109 110 Name Leona Jerald Freddie Shannon Billie Casey Nicole Alex Mona Anthony Thomas Curtis Addres Status Freshman Freshman Freshman Sophomore Sophomore Sophomore Junior Junior Junior Senior Senior SeniorStep by Step Solution
There are 3 Steps involved in it
Step: 1
Get Instant Access to Expert-Tailored Solutions
See step-by-step solutions with expert insights and AI powered tools for academic success
Step: 2
Step: 3
Ace Your Homework with AI
Get the answers you need in no time with our AI-driven, step-by-step assistance
Get Started