Question: I need the answer as soon as possible SQL Challenge Your table: maintable_4MPNZ MySQL version: 5.5.56-log In this MySQL challenge, your query should return the

I need the answer as soon as possible I need the answer as soon as possible SQL Challenge Your table:

SQL Challenge Your table: maintable_4MPNZ MySQL version: 5.5.56-log 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 Group ID column. The final query should only print out the groupID, CompanyName, and final count of all rows that are grouped into each company name under a column titled count. The output table should be then sorted by the Count column and then sorted by Group ID so that a higher number appears first. Your output should look like the following table. 1 Group ID CompanyName Count 27 Machinx 5 Watertos Enterprise 35 Johnson and Sons 35 Shipping Co. 6 Alloy wc 40 TireConsulting 2 Browse Resources to Google Search for any help or documentation you might need for this problem. For example may indexing Ruby hash tables, etc SQL Challenge Your table: maintable_4MPNZ MySQL version: 5.5.56-log 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 Group ID column. The final query should only print out the groupID, CompanyName, and final count of all rows that are grouped into each company name under a column titled count. The output table should be then sorted by the Count column and then sorted by Group ID so that a higher number appears first. Your output should look like the following table. 1 Group ID CompanyName Count 27 Machinx 5 Watertos Enterprise 35 Johnson and Sons 35 Shipping Co. 6 Alloy wc 40 TireConsulting 2 Browse Resources to Google Search for any help or documentation you might need for this problem. For example may indexing Ruby hash tables, etc

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 Databases Questions!