Point out the wrong statement.
(a) To create an Avro-backed table, specify the serde as org.apache.hadoop.hive.serde2.avro.AvroSerDe
(b) Avro-backed tables can be created in Hive using AvroSerDe
(c) The AvroSerde cannot serialize any Hive table to Avro files
(d) None of the mentioned
I have been asked this question in class test.
The query is from Querying Data with HiveQL in section Hive and HBase of Hadoop