Ultimate access to all questions.
Upgrade Now 🚀
Sign in to unlock AI tutor
What should you fill in the blank to successfully create a table in Databricks using data from an existing PostgreSQL database? The command is: CREATE TABLE employees USING ____________ OPTIONS (url “jdbc:postgresql:dbserver“, dbtable “employees“)
CREATE TABLE employees USING ____________ OPTIONS (url “jdbc:postgresql:dbserver“, dbtable “employees“)
A
postgresql
B
DELTA
C
org.apache.spark.sql.jdbc
D
dbserver
E
cloudfiles