What does the FORCE option for creating a view do?
A.
creates a view even if the underlying parent table has constraints
B.
creates a view in another schema even if you don’t have privileges
C.
creates a view regardless of whether or not the base tables exist
D.
creates a view with constraints
C
Specify FORCE if you want to create the view regardless of whether the base tables of the view or the referenced object types exist or the owner of the schema containing the view has privileges on them.
https://docs.oracle.com/cd/B28359_01/server.111/b28286/statements_8004.htm