You are designing a table that will contain the columns in the following table. You need to
add a column that will display the sum of the Subtotal, TaxAmt, and FreightAmt columns.
The solution must minimize the amount of storage space required to store the table. What
should you create?
A.
a column that uses the money data type
B.
a persisted computed column
C.
a column that uses the numeric data type
D.
a computed column
Explanation: