Question: SQL Vendor Sort Your table: maintable _ 2 PJPM MySQL version: 8 . 0 . 2 3 In this MySQL challenge, your query should return

SQL Vendor Sort
Your table: maintable_2PJPM
MySQL version: 8.0.23
In this MySQL challenge, your query should return the vendor information along with the values from the table cb_vendorinformation. You should combine the values of the two tables based on the GroupID column. The final query should consolidate the rows to be grouped by FirstName, and a Count column should be added at the end that adds up the number of times that person shows up in the table. The output table should be sorted by the Count column in ascending order and then sorted by CompanyName in alphabetical order. Your output should look like the following table.
SQL Vendor Sort Your table: maintable _ 2 PJPM

Step by Step Solution

There are 3 Steps involved in it

1 Expert Approved Answer
Step: 1 Unlock blur-text-image
Question Has Been Solved by an Expert!

Get step-by-step solutions from verified subject matter experts

Step: 2 Unlock
Step: 3 Unlock

Students Have Also Explored These Related Programming Questions!