Boat Sales
This data set is about the sales data of boats.
@kaggle.karthikbhandary2_boat_sales
This data set is about the sales data of boats.
@kaggle.karthikbhandary2_boat_sales
CREATE TABLE boat_data (
"price" VARCHAR,
"boat_type" VARCHAR,
"manufacturer" VARCHAR,
"type" VARCHAR,
"year_built" BIGINT,
"length" DOUBLE,
"width" DOUBLE,
"material" VARCHAR,
"location" VARCHAR,
"number_of_views_last_7_days" BIGINT
);
Anyone who has the link will be able to view this.