update tbl_SCRUM_TimeLog set scrumTimeUpdateHour = , backfill = 'N' where ownerId = 78 and ownerType = 'MSC' and requestId = and scrumTimeUpdateUserId = and scrumTimeUpdateDate = insert into tbl_SCRUM_TimeLog( ownerId, ownerType, requestId, scrumTimeUpdateUserId, scrumTimeUpdateDate, scrumTimeUpdateHour, backfill ) values ( 78, 'MSC', , , , , 'N' ) delete from tbl_SCRUM_TimeLog where ownerId = 78 and ownerType = 'MSC' and requestId = and scrumTimeUpdateUserId = and scrumTimeUpdateDate =