add sql语句: insert into table();
selete sql语句: SELECE FORM * table ;
update sql语句: update table where id =?
delete sql语句: delete table from id;