摘要: 一、创建、删除、选择数据库create dababase 数据库名;drop database 数据库名;use 数据库名; 二、数据类型数值型:tinyint(1 bytes)、int/integer(4 bytes)、 float(4 bytes、单精度、浮点数值)、 double(8 byte 阅读全文