Subscribe to:
Post Comments (Atom)
hr schema
CREATE TABLE regions ( region_id NUMBER CONSTRAINT region_id_nn NOT NULL , region_name VARCHAR2(25) ); ...
-
Oracle Pipelined Table Functions Overview Basically, when you would like a PLSQL (or java or c) routine to be the «source» of data...
-
DECLARE n number:=8; v_wh varchar2(3):=' # '; v_bl varchar(3):=' * '; v_str varchar2(100); Begin For i in...
-
Question: What is the idea of an automous transaction in PL/SQL? I understand that there is the pragma automous transaction but I am u...












No comments:
Post a Comment