Sign In

Welcome Back,

Signup/Login with your account

You must login to ask a question.

You must login to add post.

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.

  • 0
azharabbas5221
Beginner

What does append and truncate mean?

What does append and truncate means. What is the difference between both.

Leave an answer

You must login to add an answer.

1 Answer

  1. 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.