Which of the following descriptions about the basic operations of Hive SQL is correct?
When loading data into Hive, the source data must be a path in HDFS
To create an external table, you must specify location information
Column delimiters can be specified when creating a table
Create an external table using the external keyword. To create a normal table, you need to specify the internal keyword
Submit