List of questions
Related questions
Question 12 - ARA-C01 discussion
What transformations are supported in the below SQL statement? (Select THREE).
CREATE PIPE ... AS COPY ... FROM (...)
A.
Data can be filtered by an optional where clause.
B.
Columns can be reordered.
C.
Columns can be omitted.
D.
Type casts are supported.
E.
Incoming data can be joined with other tables.
F.
The ON ERROR - ABORT statement command can be used.
Your answer:
1 comments
Sorted by
0
Deepak Kumar
Edited 3 days ago
Voted B, C, D
Answer should be B,C,D (A is not correct, as per documentation Filtering using a WHERE clause is not supported.
Reply