Skip to content

Commit 178d7a6

Browse files
authored
update info
1 parent 51f872f commit 178d7a6

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Library.sql

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
--LIBRARY PROYECT--
1+
--LIBRARY PROJECT--
22

33
--CREATE TABLES--
44
CREATE TABLE Card(
@@ -1023,4 +1023,4 @@ BEGIN
10231023
dbms_output.put_line('PAYCHECK: '|| director.paycheck);
10241024
dbms_output.put_line('EXTRA: '|| director.extrapaycheck);
10251025
dbms_output.put_line('--------------------------------------------' );
1026-
END;
1026+
END;

0 commit comments

Comments
 (0)