Join 2 tables in MySql and sort combined results alphabetically
I am building a custom e-commerce platform for a music store using a client's existing inventory list in which each item has a unique "System ID" (represented by a MySql table inventory). The problem is several "unique" items in the…