查询
select * from stuselect * from stu where name like '%刘'
删除
delete from stu where ID= 2
更新
update stu set name='雨' where id =2