the transaction between planogram and product are stored in the below table
-
ix_spc_position
-
ix_spc_planogram
-
ix_spc_product
-
ix_spc_performance
Transactions between planograms and products are tracked in ix_spc_position (which stores individual product positions within planograms) and ix_spc_performance (which records performance metrics for these relationships). ix_spc_planogram stores planogram definitions, and ix_spc_product stores product master data.
To answer this question, let's go through each option to understand why it is correct or incorrect:
Option A) ix_spc_position - This option is correct because the table "ix_spc_position" likely stores the transaction between planogram and product. The "position" in the table name suggests that it stores the position or arrangement of products within a planogram.
Option B) ix_spc_planogram - This option is incorrect because the table "ix_spc_planogram" likely stores information about planograms themselves, rather than the transactions between planogram and product.
Option C) ix_spc_product - This option is incorrect because the table "ix_spc_product" likely stores information about products, rather than the transactions between planogram and product.
Option D) ix_spc_performance - This option is correct because it is possible that the table "ix_spc_performance" stores information about the performance of planograms or products, which may include transactions between planogram and product.
Therefore, the correct answer is A, D. The tables "ix_spc_position" and "ix_spc_performance" likely store the transaction between planogram and product.