You are on page 1of 1

delete from peltih where id='123';

insert into pelatih(id,nama,alamat)values('123','andreas','ciasem');


update from pelatih nama='dadan' where id='123';

You might also like