This report provides a comprehensive analysis of a concert ticket ordering system, detailing its various components and data relationships. The system is broken down into three main sections: concerts, tickets, and customers and orders. The concerts section includes tables for genre, artist, role, and concert_role, managing concert-specific information. The tickets section features tables for tickets and ticket_category, ensuring accurate seat assignments and ticket management. The customers and orders section encompasses tables for customers, customer_order, and order_ticket, facilitating order processing and customer management. The report addresses a research question involving a customer's ticket retrieval, highlighting the data elements stored on order and shipping forms. The minimum data elements required for the shipping form are Customer Number, Customer Name, Customer Address, and Concert Dates, while the order form requires Customer Number, Customer Name, Customer Telephone, Number of Concerts, Concert ID, Concert Dates, Number of Tickets and Concert Seat Location for Each Ticket. The report concludes that Gregg Baker likely provided information such as Customer Name, Customer Telephone, Number of Concerts, and the Number of Tickets to retrieve his order information.