Answered step by step
Verified Expert Solution
Link Copied!

Question

1 Approved Answer

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

image text in transcribed

Department Table

image text in transcribed

Professor Table

image text in transcribed

Course Table

image text in transcribed

Teaching_Assignment Table:

image text in transcribed

Transcript Table:

image text in transcribed

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 Senior

Step by Step Solution

There are 3 Steps involved in it

Step: 1

blur-text-image

Get Instant Access to Expert-Tailored Solutions

See step-by-step solutions with expert insights and AI powered tools for academic success

Step: 2

blur-text-image_2

Step: 3

blur-text-image_3

Ace Your Homework with AI

Get the answers you need in no time with our AI-driven, step-by-step assistance

Get Started

Recommended Textbook for

Database Systems Design Implementation And Management

Authors: Peter Rob, Carlos Coronel

3rd Edition

0760049041, 978-0760049044

More Books

Students also viewed these Databases questions

Question

18. If you have power, then people will dislike and fear you.

Answered: 1 week ago