INSERT INTO pet VALUES('Fluffy','Harold','cat','f','1993-02-04',NULL);
delete from pet where name='Fluffy';
update pet set name='汪汪财' where owner='周星驰'
(语法类似英语)
select *from pet