Correct Answer: B
Dataverse provides the three types of tables: Standard — this is a usual custom table type user can create. These tables store data and navigation for model-driven apps.
Activity — this is a special custom table type for storing activity information like appointments, phone calls, emails, tasks, etc.
Virtual — this custom table type has columns that bring data from external sources, like Azure SQL Database or Azure Cosmos DB.The Blueprint Log table should store information about the blueprints` access activities. For such type of information, you can consider using an activity table type. This type creates columns that help you properly store the data, such as start and end time, duration, due date. Also, Dataverse provides columns to capture the activity purpose, like subject and description.
All other options are incorrect.
For more information about the Dataverse table types, please visit the below URLs:
https://docs.microsoft.com/en-us/learn/modules/data-modeling/5-dataverse
https://docs.microsoft.com/en-us/powerapps/developer/data-platform/activity-entities