A native Magento EAV entity will use_____________.

A.
A single table with separate columns for each data type (for instance, decimal, text, varchar, etc.)
B.
A single table with separate columns for all data types used by the entity
C.
A separate table for each data type (for instance, decimal, text, varchar, etc.)
D.
A separate table for each data type in addition to a flat data table with separate columns to store values for
each data type used by the entity