SAP Bikes Sales Sample Data
Bikes Sales sample content from SAP ERP and cloud
@kaggle.yasinnaal_bikes_sales_sample_data
Bikes Sales sample content from SAP ERP and cloud
@kaggle.yasinnaal_bikes_sales_sample_data
CREATE TABLE products (
"productid" VARCHAR,
"typecode" VARCHAR,
"prodcategoryid" VARCHAR,
"createdby" BIGINT,
"createdat" BIGINT,
"changedby" BIGINT,
"changedat" BIGINT,
"supplier_partnerid" BIGINT,
"taxtariffcode" BIGINT,
"quantityunit" VARCHAR,
"weightmeasure" DOUBLE,
"weightunit" VARCHAR,
"currency" VARCHAR,
"price" BIGINT,
"width" VARCHAR,
"depth" VARCHAR,
"height" VARCHAR,
"dimensionunit" VARCHAR,
"productpicurl" VARCHAR
);
Anyone who has the link will be able to view this.