Walter_C
Databricks Employee
Databricks Employee

You could create the table as external table by using CREATE TABLE student_copy AS SELECT * FROM student; to pull the data from the managed table.