Hi All,
I have build below Mload script to load the data into table.Sample data and final output in table also given below
.LOGTABLE tdbname.Logtable001_mld;
.logon <Dbname>/usename,password;
drop table dbname.Employee;
drop table dbname.WT_Employee;
drop table dbname.ET_Employee;