QuestionQ44

Managing Data

A data analyst needs to implement a use case that involves managing both structured and unstructured data.

How can Unity Catalog help in this situation?

  • A It allows for the management of both structured data and unstructured data through objects such as tables and volumes.
  • B It requires all unstructured data to be converted into Delta Lake format before it can be managed.
  • C It can catalog data coming from relational databases, excluding files and non-tabular data.
  • D It manages structured data in tabular format and unstructured files like images in blob storage.
Explanation

Unity Catalog uses tables to govern structured, tabular data and volumes to govern non-tabular files, including unstructured data. This lets both data types be managed as Unity Catalog objects with governance and access controls.

Learn more

Community Discussion

No comments yet. Be the first to start the discussion!