User Data
Data about product purchased or not
@kaggle.sandragracenelson_user_data
Data about product purchased or not
@kaggle.sandragracenelson_user_data
CREATE TABLE user_data (
"user_id" BIGINT,
"gender" VARCHAR,
"age" BIGINT,
"estimatedsalary" BIGINT,
"purchased" BIGINT
);
Anyone who has the link will be able to view this.