Blame | Last modification | View Log | Download | RSS feed
create table WS_RAGG_COMUNI
(
ID_RAG VARCHAR2(10),
CODICE_BELFIORE VARCHAR2(4)
)
tablespace ®MON_TBS_NAME
pctfree 10
initrans 1
maxtrans 255
storage
(
initial 64K
minextents 1
maxextents unlimited
);