How should you choose a good partition key for a Table storage implementation? (Choose two.)
A.
They should always be unique, like a primary key in a SQL table.
B.
You should always use the same partition key for all records.
C.
Think about how you’re likely to update the data using batch transactions.
D.
Find an even way to split them so that you have relatively even partition sizes.