Answered step by step
Verified Expert Solution
Link Copied!

Question

1 Approved Answer

l am not able to understand how to add my personl information to the student table and how to create stored procedure as below: This

l am not able to understand how to add my personl information to the student table and how to create stored procedure as below:

image text in transcribed

This is the requires information

USE COLLEGE;

as the database

and the table as below to create stored procedure to pass the in argument and out the result

image text in transcribed

[8] Create a stored procedure name Student_Add that takes arguments for LastName, FirstName, Sex, MajorlD, and DateOfBirth, and adds the person to the Student table. Your stored procedure should automatically set EnrolledDate to today's date and automatically create the email address from the student's name. You'll need to use the CONCAT function to create the email address in the form FirstLast@college.edu. 3. Call your stored procedure to add yourself as a student, and then run this SELECT statement to list out the new record. SELECT FROM WHERE student student, id (SELECT MAX(ID) FROM Student); =

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

Step: 3

blur-text-image

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

Fundamentals Of Database Management Systems

Authors: Mark L. Gillenson

3rd Edition

978-1119907466

More Books

Students also viewed these Databases questions

Question

What makes Zipcar an attractive employer for which to work?

Answered: 1 week ago

Question

Evaluate Figure 6-9; what other questions would you ask, and why?

Answered: 1 week ago