Microsoft
DP-700 · Question #43
You have a Fabric workspace that contains a warehouse named Warehouse1. Warehouse1 contains the following tables and columns: Table name | Column name | Data type ---|---|--- Employee | EmployeeID | I
Sign in or unlock DP-700 to reveal the answer and full explanation for question #43. The question stem and answer options stay visible for context.
Design and implement data ingestion and transformation
Question
You have a Fabric workspace that contains a warehouse named Warehouse1. Warehouse1 contains the following tables and columns:
| Table name | Column name | Data type |
|---|---|---|
| Employee | EmployeeID | Int |
| Employee | EmployeeName | Varchar(128) |
| Employee | EmployeePosition | Varchar(64) |
| Contract | EmployeeID | Int |
| Contract | ContractType | Varchar(64) |
| Contract | StartDate | Datetime2 |
| Contract | EndDate | Datetime2 |
| You need to denormalize the tables and include the ContractType and StartDate columns in the Employee table. The solution must meet the following requirements: |
- Ensure that the StartDate column is of the date data type.
- Ensure that all the rows from the Employee table are preserved and include any matching rows from the Contract table.
- Ensure that the result set displays the total number of employees per contract type for all the contract types that have more than two employees. How should you complete the statement? To answer, select the appropriate options in the answer area.
Unlock DP-700 to see the answer
You've previewed enough free DP-700 questions. Unlock DP-700 for full answers, explanations, the timed quiz mode, progress tracking, and the master PDF. Question stem and options stay visible so you can still see what's on the exam.
Topics
#SQL Queries#Data Transformation#Data Denormalization#Data Aggregation