Question 45 of 84 from exam PCD: Professional Cloud Developer

Question 45 of 84 from exam PCD: Professional Cloud Developer

Question

You are designing a schema for a table that will be moved from MySQL to Cloud Bigtable.

The MySQL table is as follows:

AccountActivity

(

Account_id int,
Event_timestamp datetime,
Transaction type string,
Amount numeric(18, 4)

) primary key (Account_id, Event_timestamp)

How should you design a row key for Cloud Bigtable for this table?

Answers

Explanations

Click on the arrows to vote for the correct answer

A. B. C. D.

C.