Login
Remember
Register
Ask a Question
Which of the following command is to be used in a DDL statement to create Avro-backed tables?
0
votes
asked
Oct 25, 2020
in
Hive
by
rahuljain1
Which of the following command is to be used in a DDL statement to create Avro-backed tables?
(a) “STORED AS AVRO”
(b) “STORED AS HIVE”
(c) “STORED AS SERDE”
(d) “STORED AS AVROHIVE”
#hive-ddl-statement
Please
log in
or
register
to answer this question.
1
Answer
0
votes
answered
Oct 25, 2020
by
sharadyadav1986
Which of the following command is to be used in a DDL statement to create Avro-backed tables?
(a) “STORED AS AVRO”
(b) “STORED AS HIVE”
(c) “STORED AS SERDE”
(d) “STORED AS AVROHIVE”
Correct Answer to the above question is : “STORED AS AVRO”
...