select * from tbname;
insert into tbname values('a',...);
update tbname set colname = value;