diff --git a/SQL/PLSQL.sql b/SQL/PLSQL.sql index 092917b..712d1c2 100644 --- a/SQL/PLSQL.sql +++ b/SQL/PLSQL.sql @@ -39,7 +39,6 @@ BEGIN LOOP ids.extend; ids(ids.count) := booking.BOOKINGID; - DBMS_OUTPUT.PUT_LINE(booking.BOOKINGID); END LOOP; return ids; END;