should be it
This commit is contained in:
11
external/duckdb/extension/tpcds/dsdgen/schema/customer_demographics.sql
vendored
Normal file
11
external/duckdb/extension/tpcds/dsdgen/schema/customer_demographics.sql
vendored
Normal file
@@ -0,0 +1,11 @@
|
||||
create table customer_demographics(
|
||||
cd_demo_sk integer not null,
|
||||
cd_gender varchar(1),
|
||||
cd_marital_status varchar(1),
|
||||
cd_education_status varchar(20),
|
||||
cd_purchase_estimate integer,
|
||||
cd_credit_rating varchar(10),
|
||||
cd_dep_count integer,
|
||||
cd_dep_employed_count integer,
|
||||
cd_dep_college_count integer
|
||||
);
|
||||
Reference in New Issue
Block a user