update tbl_WRK_Forms set formName = , synopsis = , publishDate = , unpublishDate = , applicability = , confirmationMessageTitle = , confirmationMessageText = where ownerId = and ownerType = and formId = insert into tbl_WRK_Forms ( ownerId, ownerType, formName, synopsis, publishDate, unpublishDate, applicability, confirmationMessageTitle, confirmationMessageText,fieldDomain,fieldCategory ) values ( , , , , , , , , , 'WRK','?' ) update tbl_WRK_Forms set fieldCategory = where ownerId = and ownerType = and formId =