Point out the wrong statement.
(a) To read data from an HBase table, use the get() method of the HTable class
(b) You can retrieve data from the HBase table using the get() method of the HTable class
(c) While retrieving data, you can get a single row by id, or get a set of rows by a set of row ids, or scan an entire table or a subset of rows
(d) None of the mentioned
I have been asked this question at a job interview.
This intriguing question originated from Metrics in Hbase topic in chapter Developing a MapReduce Application of Hadoop