exam questions

Exam 70-461 All Questions

View all questions & answers for the 70-461 exam

Exam 70-461 topic 1 question 113 discussion

Actual exam question from Microsoft's 70-461
Question #: 113
Topic #: 1
[All 70-461 Questions]

You develop a database application. You create four tables. Each table stores different categories of products.
You create a Primary Key field on each table.
You need to ensure that the following requirements are met:
✑ The fields must use the minimum amount of space.
✑ The fields must be an incrementing series of values.
✑ The values must be unique among the four tables.
What should you do?

  • A. Create a ROWVERSION column.
  • B. Create a SEQUENCE object that uses the INTEGER data type.
  • C. Use the INTEGER data type along with IDENTITY
  • D. Use the UNIQUEIDENTIFIER data type along with NEWSEQUENTIALID()
  • E. Create a TIMESTAMP column.
Show Suggested Answer Hide Answer
Suggested Answer: D 🗳️

Comments

Chosen Answer:
This is a voting comment (?). It is better to Upvote an existing comment if you don't have anything to add.
Switch to a voting comment New
foqa
5 years, 4 months ago
Why not SEQUENCE? Int is smaller then GUID.
upvoted 2 times
Sugar
5 years, 1 month ago
agree! sequence is also my call here
upvoted 1 times
...
humba
5 years ago
I think SEQUENCE does not guarantee uniqueness of the data across all four tables
upvoted 3 times
...
...
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.

SaveCancel
Loading ...