CREATE TABLE AllowanceDetail ( empkey int (foreign key) effectivedate date, allowancededuction xml )
2015-04-06 15:59:26.760
<AllowanceDeduction> <Allowance Name="extraactivity" Amount="50" /> <Deducation Name="lop" Amount="-30" /> </AllowanceDeduction>
var
This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)