Do you know anything about MySQL? about how databases work in general?
Your question is unclear. When you design a database table, you need to start by deciding what information you need to store. From there, you can decide what tables and columns you need, and how to query them.
Looking at your post above, do you need to save the "Location" of the fruit? Its "Destination"? What else?
How are you going to query the DB—only by the name of the fruit? By destination? Do you want to see results from the past (i.e., that have already been delivered)? What should happen if there is more than one result for a type of fruit?
Please provide more information, and be as specific as possible.
- What do you want to accomplish? (Details!)
- What have you already tried? (Show us your code!)
- What problems did you encounter? (What happened, vs. what you expected to happen?)