CREATE TABLE german_credit_data (
"laufkont" BIGINT,
"laufzeit" BIGINT,
"moral" BIGINT,
"verw" BIGINT,
"hoehe" BIGINT,
"sparkont" BIGINT,
"beszeit" BIGINT,
"rate" BIGINT,
"famges" BIGINT,
"buerge" BIGINT,
"wohnzeit" BIGINT,
"verm" BIGINT,
"alter" BIGINT,
"weitkred" BIGINT,
"wohn" BIGINT,
"bishkred" BIGINT,
"beruf" BIGINT,
"pers" BIGINT,
"telef" BIGINT,
"gastarb" BIGINT,
"kredit" BIGINT
);