UPDATE dist_obj SET Dno = 11, Dname = 'test', Daddress = 'testing' WHERE Dno is null;

DELETE FROM dist_obj WHERE Dno is null;