Suggested Answer:D
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
The correct is D. Besides the fact Datetime2 is standard, you have to set primary key to ensure uniqueness:
Text from (https://docs.microsoft.com/en-us/sql/t-sql/statements/create-table-transact-sql-identity-property?view=sql-server-ver15):
Uniqueness of the value - Uniqueness must be enforced by using a PRIMARY KEY or UNIQUE constraint or UNIQUE index
This section is not available anymore. Please use the main Exam Page.70-761 Exam Questions
Log in to ExamTopics
Sign in:
Community vote distribution
A (35%)
C (25%)
B (20%)
Other
Most Voted
A voting comment increases the vote count for the chosen answer by one.
Upvoting a comment with a selected answer will also increase the vote count towards that answer by one.
So if you see a comment that you already agree with, you can upvote it instead of posting a new comment.
MML
Highly Voted 5 years, 1 month agoAnette
5 years agoeduardogtc
Most Recent 4 years, 9 months agoCristianCruz
4 years, 11 months agomattia_88
5 years, 8 months agoBartek
5 years, 9 months agoBartek
5 years, 8 months agoimran
5 years, 8 months agoBillybob0604
4 years, 5 months ago