填空题
A.int(10)是数值类型B.char(10)是字符类型C.date是日期类型D.time是时间类型
A.SELECT VERSION();B.SELECT USER();C.desc 表名;D.USE 数据库名;