Vidhi_Khaitan
Databricks Employee
Databricks Employee

When a schema is created manually via the Databricks catalog UI, ownership defaults to the user who created the schema, and ownership properties may not be explicitly recorded by default.

On the other hand, when creating a schema using SQL commands, Databricks assigns explicit ownership details in the "properties" section to ensure clarity on schema ownership. The "owner=root" designation signifies that the schema owner is the root account or a default administrative account.