Australia Car Market Data
Detailed Insights into Australia's Automotive Market
@kaggle.lainguyn123_australia_car_market_data
Detailed Insights into Australia's Automotive Market
@kaggle.lainguyn123_australia_car_market_data
CREATE TABLE cars_info (
"id" BIGINT,
"name" VARCHAR,
"price" BIGINT,
"brand" VARCHAR,
"model" VARCHAR,
"variant" VARCHAR,
"series" VARCHAR,
"year" BIGINT,
"kilometers" BIGINT,
"type" VARCHAR,
"gearbox" VARCHAR,
"fuel" VARCHAR,
"status" VARCHAR,
"cc" BIGINT,
"color" VARCHAR,
"seating_capacity" BIGINT
);
Anyone who has the link will be able to view this.