1-Explored the Chinook Schema:Studied table relationships (e.g., artists → albums → tracks → invoice_items).Identified key fields for analysis (e.g., Total in invoices, Milliseconds in tracks).
2-Defined Business Goals:Focused on answering questions about sales performance, customer preferences, and employee contributions.
3-Validated Data Quality:Checked for missing values (e.g., NULL genres or invoices).Ensured consistency in units (e.g., converting milliseconds to minutes).
4-Prioritized Key Tables:Mapped frequently used tables (customers, invoices, employees) to analytical objectives.