Q. Which among the following data types can be used with "Range Condition"?
β
Correct Answer: (D)
Both Numeric and Temporal data type
Explanation: This question asks about data types in MySQL that can be used with a "Range Condition". A range condition is a way to filter data based on a range of values. For example, you could find all customers with ages between 20 and 30, or all orders placed between January 1st and March 31st.