Question: Please just write the store procedure here... Given the database table schema below, write a stored procedure called SP ShowWxAlert. This stored procedure will accept
Given the database table schema below, write a stored procedure called SP ShowWxAlert. This stored procedure will accept two The first argument will be the county (represented by the 'counties' field) and the second argument will be the event type (represented by the event type field). Each of these arguments will use the SQL LIKE' clause so that a user of this stored procedure can enter a partial county name and a partial event type. The student can implement this by using the source below as an example: WHERE data like CONCATC arg1, The stored procedure will return log dt, event type, and expire time from the table below based on the parameters passed into the stored procedure. You will create this stored procedure in a text file that can be run using the MySQL source' command. This file will be named SP ShowWxAlert.txt and will be included in a ZIP file. Be sure to account for the proper handling of the delimiter in the script file as well as the proper use of the database
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
