How will you merge the contents of two or more relations and divide a single relation into two or more relations?
Answer Posted / Mahesh Kumar Patairiya
In Pig, the UNION operator is used to merge the contents of two or more relations. To divide a single relation into two or more relations, you can use the DISTINCT, FILTER, or JOIN operations.
| Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers