Choose two.
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
NO
Which two are true?
YES
NO
NO
YES
REVENUE
MAPTABLE
A.The REVENUE table must be a list-partitioned table. B.The CONTAINERS clause cannot be used in queries on the REVENUE table. C.The REVENUE table partitions are not pruned across the PDBs automatically. D.The REVENUE table must be a composite-partitioned table. E.The MAPTABLE table defines a logical partition key on a commonly used column for the REVENUE table.正确答案CE