TBL_OGRENCI -------------------- OgrenciNo (primary key), not null Ad,not null Soyad,not null DogumTarihi,null Fakulte,not null Bolum,not null
UPDATE TBL_OGRENCI SET Ad='Tufan', Soyad='Can', Faulte='Eğitim' WHERE OgrenciNo=23199;