Refer to the exhibit. Match the column with the data type that it contains.
- Shipped
Boolean - Revenue
Floating Point - Quantity
Integer - Order number
Sring - Product category
StringAnswers Explanation & Hints: Based on the provided order number samples, you could use a string data type for storing the order numbers as they are alphanumeric and may contain leading zeros. Using a string data type would ensure that the order numbers are stored accurately without any truncation or loss of leading zeros.