LeetQuiz Logo
Privacy Policy•contact@leetquiz.com
© 2025 LeetQuiz All rights reserved.
Databricks Certified Data Engineer - Associate

Databricks Certified Data Engineer - Associate

Get started today

Ultimate access to all questions.


What should you fill in the blank to successfully create a table using data from CSV files located at /path/input?

CREATE TABLE my_table(col1 STRING, col2 STRING)____________OPTIONS (header = “true“, delimiter = “;“)LOCATION = “/path/input“

Real Exam




Powered ByGPT-5