Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/abdallaabker/create-sql-database-and-queries-
- Owner: AbdallaAbker
- Created: 2022-01-04T06:47:37.000Z (about 3 years ago)
- Default Branch: main
- Last Pushed: 2022-01-04T06:51:20.000Z (about 3 years ago)
- Last Synced: 2024-11-09T21:44:39.331Z (2 months ago)
- Language: TSQL
- Size: 407 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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