QuestionQ100

Prepare data

You have a Fabric workspace containing a warehouse named Warehouse1. Warehouse1 contains the following data.

Question Image

Create a T-SQL statement that denormalizes the tables and includes the ContractType and StartDate attributes in the results. The solution must:

  • Include attributes from matching Contract-table rows.
  • Preserve every row from the Employee table.
  • Return the total employee count per contract type for all contract types with more than two employees.

How should you complete the statement?

Community Discussion

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