A Datafile can be part of multiple tablespaces.
B
Correct answer
Explanation
A datafile can belong to only one tablespace at a time. This is a fundamental Oracle storage rule - datafiles are allocated to a specific tablespace when created and cannot be shared. To use a datafile's space for another tablespace, you must drop it from the first and reassign it.