Which Transact-SQL statement should you run?

Note: This question is part of a series of questions that use the same or similar answer choices. An answer choice may be correct for more than one question in the series. Each question is independent of the other questions in this series. Information and details provided in a question apply only to that question.
You create a table by running the following Transact-SQL statement:

You are developing a report that aggregates customer data only for the year 2014. The report requires that the data be denormalized.
You need to return the data for the report.
Which Transact-SQL statement should you run?



A. Option A
B. Option B
C. Option C
D. Option D
E. Option E
F. Option F
G. Option G
H. Option H

microsoft-exams

4 thoughts on “Which Transact-SQL statement should you run?

      1. Option G looks in the current table and in the history table for information in 2014. For System_Time BETWEEN means in both tables start date 2014-01-01 00:00:00.000 and end date 2015-01-01 00:00:00.000, so all data in 2014.

Leave a Reply

Your email address will not be published. Required fields are marked *


The reCAPTCHA verification period has expired. Please reload the page.