You need to create a table named Sales that meets the following requirements:

Which Transact-SQL statement should you run?
A:

B:

C:

D:

E:

Correct Answer: D
Explanation/Reference:
Explanation:
datetime2 Defines a date that is combined with a time of day that is based on 24-hour clock. datetime2 can be considered as an extension of the existing datetime type that has a larger date range, a larger default fractional precision, and optional user-specified precision.
Incorrect Answers:
B, C, E: NEWQSEQUENTIALID creates a GUID that is greater than any GUID previously generated by this function on a specified computer since Windows was started. A GUID uses more space then IDENTITY value.
References:
https://docs.microsoft.com/en-us/sql/t-sql/data-types/datetime2-transact-sql
https://docs.microsoft.com/en-us/sql/t-sql/functions/newsequentialid-transact-sql