A Tablespace can have multiple datafiles.
A
Correct answer
Explanation
A single tablespace can span multiple datafiles on disk. This allows tablespaces to grow beyond the size of a single file or filesystem. Datafiles are physical files that store the tablespace's data, and a tablespace can have many of them. This is essential for managing large databases.