Evaluate these statements: Exhibit: Which two statements are true?
A.
Partitions of purchase_order_items are assigned unique names based on a sequence.
B.
The purchase_orders and purchase_order_items tables are created with four partition
each.
C.
purchase_order_items table partitions exist in the same table spaces as the
purchase_orders table partitions.
D.
The purckase_order_:teks table inherits the partitioning key by duplicating the key
columns from the parent table.
E.
Partition maintenance operations on the purchase_order_items table require disabling
the foreign key constraint.
BC
A- Child table has same partition name compared to parent table
D- Inherits without duplicating
E- Can’t disable the fk constraint