Warning: count(): Parameter must be an array or an object that implements Countable in /var/www/html/live/searchResponsive.php on line 43
Warning: include(./views/auth.php): failed to open stream: Permission denied in /var/www/html/live/loginRightSlider.php on line 18
Warning: include(): Failed opening './views/auth.php' for inclusion (include_path='.:/usr/share/php') in /var/www/html/live/loginRightSlider.php on line 18
We need to store skill set of MCQs(which might have multiple values) in MCQs table, which of the following is the best way to store this information in the case of Hive?
A
Create a column in MCQs table of STRUCT data type
B
Create a column in MCQs table of MAP data type
C
Create a column in MCQs table of ARRAY data type
D
As storing multiple values in a column of MCQs itself is a violation