. Senior most employee based on job title.
. Countries have the most Invoices.
.City that has the highest sum of invoice totals.
. Genre of all Rock Music listeners.
. Top 3 values of total invoice.
and many more.
-
Always start with creating Database in the SQL platform.
-
Then Import CSV file. Below procedure and screenshot show how to import the CSV dataset in SQL SERVER.
-
First go to the Explorer window section.
-
Left-click on database in the Explorer window
-
Then select the Task option
-
And last go to Import Flat file section select CSV files and import it.

