We have a table named products with such fields:
id–INTname–VARCHAR(255)price–INT
Create the stored procedure named PriceUpdater that will update the price of the product by its name. It should take two parameters: input_name and input_price with the same datatype in corresponding fields.