I get this error with Monetdb when I try to load .tbl data in tables where there are primary key and foreign key, what's wrong? This is the command:
COPY INTO monet.CUSTOMER FROM '/home/nicola/Scrivania/ssb-dbgen-master/1gb/customer.tbl' USING DELIMITERS '|', '|\n' LOCKED;