Monday, April 20, 2020

Answer for UNION vs UNION ALL

https://365datascience.com/dwqa-answer/answer-for-union-vs-union-all/ -

Hi Miguel!

Thanks for reaching out and pointing this out.

UNION or UNION ALL add, or, better, unify data from different tables. However, it is important that these tables are of the same length and contain the same column names. Here, the records are combined vertically, so you can think of the first table being vertically extended by the content of the other table(s) you are unifying it with.

The difference between UNION and UNION ALL is that UNION removes duplicate data, while UNION ALL doesn’t.

Practical examples have been provided in the lecture but since you are requesting for more, I will mark your comment and work on this the next time we are updating the course!

Hope this helps.
Best,
Martin




#365datascience #DataScience #data #science #365datascience #BigData #tutorial #infographic #career #salary #education #howto #scientist #engineer #course #engineer #MachineLearning #machine #learning #certificate #udemy

No comments:

Post a Comment