In the context of Databricks Commuity Edition, Suppose that…

In the context of Databricks Commuity Edition, Suppose that you have created a Hive table in the `default` database on DBFS using “CREATE TABLE mytable(column1 INT, column2 INT, …)”. The data currently resides on the driver node’s local file system at “/databricks/driver/mydata/”. Which of the following can load the data into `mytable`?