A data engineer needs to create a table in Databricks using data from their organization's existing SQLite database. They run the following command: ```sql CREATE TABLE jdbc_customer360 USING __________ OPTIONS ( url "jdbc:sqlite:/customers.db", dbtable "customer360" ) ``` Which of the following lines of code fills in the above blank to successfully complete the task? | Databricks Certified Data Engineer - Associate Quiz - LeetQuiz