Which is the suggested way to restore a database with a subset of its original table spaces?

A.
Execute the RESTORE DATABASE command with the REBUILD WITH ALL
TABLESPACES option and specify the set of table spaces that areneeded.
B.
Execute the RESTORE DATABASE command with the REBUILD WITH ALL
TABLESPACES IN IMAGE option and specify the set of table spacesthat are needed.
C.
Execute the RESTORE DATABASE command with the REBUILD WITH option and
specify the set of table spaces that are needed.
D.
Execute the RESTORE DATABASE command with the REBUILD WITH ALL
TABLESPACES IN DATABASE option and specify the set of tablespaces that are needed.