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

Exam Certified Data Analyst Associate All Questions

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

Exam Certified Data Analyst Associate topic 1 question 19 discussion

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

A data analyst has a managed table table_name in database database_name. They would now like to remove the table from the database and all of the data files associated with the table. The rest of the tables in the database must continue to exist.
Which of the following commands can the analyst use to complete the task without producing an error?

  • A. DROP DATABASE database_name;
  • B. DROP TABLE database_name.table_name;
  • C. DELETE TABLE database_name.table_name;
  • D. DELETE TABLE table_name FROM database_name;
  • E. DROP TABLE table_name FROM database_name;
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
RasipalayamRDK
8 months, 3 weeks ago
Answer is : B
upvoted 1 times
...
MrWood47
10 months ago
Selected Answer: B
Provided answer is correct
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 ...