Exam Preparation Quiz

Question 45 of 75

Choose the Correct Table Creation Operation

You work for MDFT Pro, a well-known training agency that uses Microsoft Fabric for data analytics. Your Fabric tenant contains a warehouse named WAREHOUSE and a lakehouse named LAKEHOUSE. The warehouse contains a table named Course, and LAKEHOUSE contains a table named Enrollment.

You need to schedule an automated process that will create a new point-in-time (PIT) table named CourseEnrollment in WAREHOUSE. This table will be built by joining Course and Enrollment.

Which operation should you use to ensure that the column types in CourseEnrollment match the source tables while minimizing the number of operations required?

Choose the correct answer from the options below.

Explanations for each answer:

Learn more about CREATE TABLE AS SELECT:
CREATE TABLE AS SELECT
Next Question