Login
Remember
Register
Ask a Question
Create Table AS (CTAS), does it distribute data randomly or based on the table on which it received data?
0
votes
asked
Feb 21, 2023
in
Netezza
by
Robindeniel
Create Table AS (CTAS), does it distribute data randomly or based on the table on which it received data?
netezza
ctas
Please
log in
or
register
to answer this question.
1
Answer
0
votes
answered
Feb 21, 2023
by
Robindeniel
Response: Newly created table from CTAS gets distribution from the original table.
...