You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
--Create a function hw5_get_shipping_info(varchar) that returns a table. The table should have the following columns orderid, shipname, shipaddress, shipcity, shipcountry. The function should return orders where the shipname matches the given string.
CREATE OR REPLACEFUNCTIONhw5_get_shipping_info(varchar)