Exam Preparation Quiz

Question 48 of 75

Identify Duplicate Email Addresses

You work for MDFT Pro, a well-known training agency. Your organization has a Fabric tenant that contains a data warehouse with a table named DimStudent.

DimStudent contains the following fields:

IDStudentKeyStudentAltKey
129546christopher@mdft.academy
229587john@mdft.academy
329612richard@mdft.academy

You need to run a sql query to perform the following analysis:

Which T-SQL query should you run? Select each correct answer to build up the query in the correct order.

Choose all correct answers from the options below.

Explanations for each answer:

Learn more about SELECT statement syntax:
SELECT Statement
Next Question