diff --git a/km61/Kulish_Oleh/laboratory5.sql b/km61/Kulish_Oleh/laboratory5.sql index 2b5a7bef..4fcc0135 100644 --- a/km61/Kulish_Oleh/laboratory5.sql +++ b/km61/Kulish_Oleh/laboratory5.sql @@ -1,2 +1,21 @@ -- LABORATORY WORK 5 -- BY Kulish_Oleh +create or replace function foo id1 + return int, string + is + + declare + begin + end + return select cust_id, cust_name from customers + where customers.cust_id = id1s; + + + + +create or replace procedure foo1 nume_cust + is + declare + begin + select + end