数据表的操作 增删改查 增(添加): 使用INSERT语句添加数据 USE 数据库名 INSERT INTO 数据表名 VALUES('易烊千玺','男','18','100') INSERT INTO 数据表名([NAME],[SEX