
Ultimate access to all questions.
A data engineer is working on creating a table in Databricks by sourcing data from an existing SQLite database. The following command is executed: CREATE TABLE jdbc_customer360 USING _____________ OPTIONS (url “jdbc:sqlite:/customers.db“, datatable “customer360“). Which option correctly completes the command to achieve this task?_
A
autoloader
B
DELTA
C
org.apache.spark.sql.sqlite
D
sqlite
E
org.apache.spark.sql.jdbc