Welcome to ExamTopics
ExamTopics Logo
- Expert Verified, Online, Free.
exam questions

Exam Certified Data Engineer Associate All Questions

View all questions & answers for the Certified Data Engineer Associate exam

Exam Certified Data Engineer Associate topic 1 question 69 discussion

Actual exam question from Databricks's Certified Data Engineer Associate
Question #: 69
Topic #: 1
[All Certified Data Engineer Associate Questions]

A data engineer needs to create a table in Databricks using data from a CSV file at location /path/to/csv.

They run the following command:



Which of the following lines of code fills in the above blank to successfully complete the task?

  • A. None of these lines of code are needed to successfully complete the task
  • B. USING CSV
  • C. FROM CSV
  • D. USING DELTA
  • E. FROM "path/to/csv"
Show Suggested Answer Hide Answer
Suggested Answer: B 🗳️

Comments

Chosen Answer:
This is a voting comment (?). It is better to Upvote an existing comment if you don't have anything to add.
Switch to a voting comment New
fifirifi
8 months, 3 weeks ago
Selected Answer: B
correct answer: B explanation: To create a table in Databricks using data from a CSV file, the correct syntax after specifying the table name and schema (if applicable) would be to use the USING CSV clause to define the format of the source data. This clause tells Databricks that the data source format is CSV. The command would typically look
upvoted 2 times
...
Bob123456
9 months, 1 week ago
I have a question Why can option using delta
upvoted 1 times
...
kz_data
11 months, 3 weeks ago
Selected Answer: B
B is correct
upvoted 1 times
...
55f31c8
12 months ago
Selected Answer: B
https://docs.databricks.com/en/sql/language-manual/sql-ref-syntax-ddl-create-table-using.html#parameters
upvoted 3 times
...
meow_akk
1 year, 1 month ago
Ans B : Using csv is correct. that is the correct syntax
upvoted 3 times
...
kishanu
1 year, 1 month ago
Selected Answer: B
USING CSV
upvoted 2 times
...
Community vote distribution
A (35%)
C (25%)
B (20%)
Other
Most Voted
A voting comment increases the vote count for the chosen answer by one.

Upvoting a comment with a selected answer will also increase the vote count towards that answer by one. So if you see a comment that you already agree with, you can upvote it instead of posting a new comment.

SaveCancel
Loading ...