Your customer has a requirement to use Oracle Database to access and analyze the data that resides in Apache Hadoop.
What is the result of executing the following command when using Oracle SQL Connector for Hadoop?

Correct Answer: A
Explanation/Reference:
You can create external tables automatically using the ExternalTable tool provided in Oracle SQL Connector for HDFS.
We see the line: oracle.hadoop.exttab.sourceType=hive
Note: This is the full syntax of the ExternalTable command-line tool:
hadoop jar OSCH_HOME/jlib/orahdfs.jar \
oracle.hadoop.exttab.ExternalTable \
[ -conf config_file]... \
[ -D property=value]... \
- createTable [--noexecute]
| -publish [--noexecute]
| -listlocations [--details]
| -getDDL
References: https://docs.oracle.com/cd/E37231_01/doc.20/e36961/sqlch.htm#BDCUG265