10.07.2015 Views

PL/SQL I.

PL/SQL I.

PL/SQL I.

SHOW MORE
SHOW LESS

You also want an ePaper? Increase the reach of your titles

YUMPU automatically turns print PDFs into web optimized ePapers that Google loves.

FOR ciklus• FOR ciklusváltozó IN [REVERSE] alsóhatár .. felsohatár LOOP,END LOOP;BEGINFOR num IN 1..10 LOOPDBMS_OUTPUT.PUT_LINE(num ||'^2='||num*num);END LOOP;END;

Hooray! Your file is uploaded and ready to be published.

Saved successfully!

Ooh no, something went wrong!