
Ultimate access to all questions.
How should you design a row key in Cloud Bigtable for a table being migrated from MySQL with the following schema?
A
Set Account_id as a key._
B
Set Account_id_Event_timestamp as a key._
C
Set Event_timestamp_Account_id as a key._
D
Set Event_timestamp as a key._