Please solve these provide text (mysql) 1. Create a store procedure and From the following table (goal_details), write a
Posted: Thu Jun 02, 2022 7:52 am
Please solve these provide text (mysql)
1. Create a store procedure and From the following table
(goal_details), write a SQL query
(subquery) to find the quickest goal at the EURO cup 2016, after 5
minutes. Return 'Quickest
goal after 5 minutes'.
2. Create a trigger and store if user insert the players salary
less than 0 then enters the salary
equals to 0.
1. Create a store procedure and From the following table
(goal_details), write a SQL query
(subquery) to find the quickest goal at the EURO cup 2016, after 5
minutes. Return 'Quickest
goal after 5 minutes'.
2. Create a trigger and store if user insert the players salary
less than 0 then enters the salary
equals to 0.