Oracle B25-317-01 Bedienungsanleitung Seite 65

  • Herunterladen
  • Zu meinen Handbüchern hinzufügen
  • Drucken
  • Seite
    / 94
  • Inhaltsverzeichnis
  • LESEZEICHEN
  • Bewertet. / 5. Basierend auf Kundenbewertungen
Seitenansicht 64
Using PL/SQL to Capture Business Logic
Beta Draft Executing Stored Procedures and Functions 6-3
7.
In the Oracle Database XE Login page, enter the Username hr and Password hr.
Click Login:
8. In the Home page, click the arrow on the SQL icon, move the mouse over SQL
Commands and click Enter Command:
9. In the SQL Commands page, enter the following text to create a
calc_remuneration() function:
create or replace function calc_remuneration(
salary IN number, commission_pct IN number) return number is
begin
return ((salary*12) + (salary * 12 * nvl(commission_pct,0)));
end;
Click Run:
Seitenansicht 64
1 2 ... 60 61 62 63 64 65 66 67 68 69 70 ... 93 94

Kommentare zu diesen Handbüchern

Keine Kommentare