Within a single PureData System for Analytics, what is the fastest way to copy a 10TB TableA
from DatabaseA to another DatabaseB?

A.
“Use the COPY command.
B.
“Use external tables and UNIX pipes.
C.
“Use nzbackup and nzrestore commands.
D.
“Use a CTAS (Create Table as Select) SQL statement.
Explanation: