How does the Pig platform handle relational systems data?
Answer Posted / Ravi Shankar Rai
Pig handles relational data by treating it as bags (unordered collections) or tuples (structured records). It provides operators for filtering, sorting, joining, and aggregating data, similar to traditional SQL databases.
| Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers