MS2 Final Version V2
This commit is contained in:
parent
94854832fa
commit
f61fdf3741
1 changed files with 6 additions and 0 deletions
|
@ -13,6 +13,12 @@ BEGIN
|
||||||
DBMS_OUTPUT.PUT_LINE(mostValuableClerk(12));
|
DBMS_OUTPUT.PUT_LINE(mostValuableClerk(12));
|
||||||
--Output: 3
|
--Output: 3
|
||||||
END;
|
END;
|
||||||
|
BEGIN
|
||||||
|
--Test für die letzten 0 Monate (Fehler da keine Daten vorhanden/ 0 Monate nicht semantisch sinnvoll:
|
||||||
|
DBMS_OUTPUT.PUT_LINE('Wertvollster Mitarbeiter:');
|
||||||
|
DBMS_OUTPUT.PUT_LINE(mostValuableClerk(0));
|
||||||
|
--Output: ---
|
||||||
|
END;
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue