Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
19 changes: 19 additions & 0 deletions km61/Kulish_Oleh/laboratory5.sql
Original file line number Diff line number Diff line change
@@ -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