Your SALES_ROOT application container has two application PDBs.The SALES_APP application has a common table, FIN.REVENUE, in the two PDBs.
Examine this query and its output:
SELECT containers_default, container_map,table_name
FROM dba_tables WHERE owner='FIN' ;
CONTAINERS_DEFAULT CONTAINER_MAP CONTAINER_MAP_OBJECT TABLE_NAME
------------------------- ------------------ ---------------------------- --------
NO YES NO REVENUE
NO NO YES MAPTABLE
Which two are true?