Select * from attlog where employeeID = 275;


UPDATE attlog
SET personName = 'Parveen Naik'
WHERE employeeID = 275;