Download as doc, pdf, or txt
Download as doc, pdf, or txt
You are on page 1of 1

Rem aud.sql Copyright 2003 Allied Computing Techniques Ltd.

. DROP TABLE t403_stake_h CASCADE CONSTRAINT ; CREATE TABLE t403_stake_h ( t403_sta_refno varchar2(20) not null, t403_sta_date date, iv04_cla_id varchar2(2) not null, t403_sta_today date ) ; DROP TABLE t403_stake CASCADE CONSTRAINT ; CREATE TABLE t403_stake ( t403_sta_refno varchar2(20) not null, iv12_inv_id varchar2(15) not null, t403_sta_itmsysbal number(15,2), t403_sta_physical number(15,2), t403_sta_bin number(15,2), iv12_inv_puramt number(15,2), CONSTRAINT fk_t403_stake FOREIGN KEY ( iv12_inv_id ) REFERENCES iv12_inv ( iv12_inv_id )) ;

You might also like