操作数据插入数据Insert语句用于向表格中插入或增加一行数据,其格式为:insert into "tablename" (first_column,...last_column) values (first_value,...last_value);