1.创建数据库create database db_cart; 2.使用数据库use db_cart; 3.创建表create table t_cart(province STRING,month INT,city STRING,county STRING,year INT,cartype STRING,productor STRING,brand STRING,mold STRING,owner STRING,nature STRING,number INT,ftype STRING,outv…