Answer - B.
The below AWS Documentation mentions the differences between AWS DynamoDB and other traditional database systems.
One of the major differences is the schemaless nature of the database.
Option A is invalid since this is normally used for databases that perform to a particular schema.
Option C is invalid since this is normally used for columnar based databases.
Option D is invalid since this is normally used for object-level storage.