create table widep( cac NUMBER,ddate DATE,dtime TIMESTAMP,type VARCHAR2,amount NUMBER(10,2),constraint qwe foreign key(cac) references cust(cac) )
create table widep( cac NUMBER,ddate DATE,dtime TIMESTAMP,type VARCHAR2,amount NUMBER(10,2),constraint qwe foreign key(cac) references cust(cac) )