Adidas Vs Nike
Explore the product details of adidas and nike
@kaggle.kaushiksuresh147_adidas_vs_nike
Explore the product details of adidas and nike
@kaggle.kaushiksuresh147_adidas_vs_nike
CREATE TABLE adidas_vs_nike (
"product_name" VARCHAR,
"product_id" VARCHAR,
"listing_price" BIGINT,
"sale_price" BIGINT,
"discount" BIGINT,
"brand" VARCHAR,
"description" VARCHAR,
"rating" DOUBLE,
"reviews" BIGINT,
"last_visited" TIMESTAMP
);
Anyone who has the link will be able to view this.