You are determining data types appropriate for different forms of data that will go into your database. One of the data types you need to determine is for a field that confirms whether a customer has previously ordered. If they have, the answer will be true. If not, false. What is the most appropriate data type?