Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/abdallaabker/create-sql-database-and-queries-

CREATE A DATABASE AND BUILD QUERIES RETRIEVE DATA IN SQL SERVER
https://github.com/abdallaabker/create-sql-database-and-queries-

Last synced: 4 days ago
JSON representation

CREATE A DATABASE AND BUILD QUERIES RETRIEVE DATA IN SQL SERVER

Awesome Lists containing this project

README

        

# CREATE-SQL-DATABASE-AND-QUERIES-

CREATE A DATABASE AND BUILD QUERIES RETRIEVE DATA IN SQL SERVER TO ANSWER THE FOLLOWING 3 QUESTIONS:
Question 1 - TOP GENRE - Top selling genre by total sales for Germany, Canada, USA, and France?
Question 2 - Top 25 Artist - List Top 25 Artist by revenue and how many minutes the song is being played?
Question 3 - The Revenue Generator - Which composer with highest average revenue per song for top selling genre betwenn 2010 and 2012

--- THIS IS A JOINT EFFORTS FOR SQL TRAINING COURSE