What does append and truncate means. What is the difference between both.
Signup/Login with your account
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
append means appending data to existing data i.e. after appending data you would get union of previous and newly uploaded data.
Truncate is deleting old data and than loading new data.