1.

Create Table As (ctas), Does It Distribute Data Randomly Or Based On Table On Which It Received Data?

Answer»

RESPONSE: Newly created table from CTAS gets DISTRIBUTION from the ORIGINAL table.

Response: Newly created table from CTAS gets distribution from the original table.



Discussion

No Comment Found