Question: Create a database. Load the necessary column data into a MongoDB collection. Write query statements to display airline names, number of flights, and total number
Create a database. Load the necessary column data into a MongoDB collection. Write query statements to display airline names, number of flights, and total number of passengers uplifted by those airlines, of which the total number of passengers uplifted is more than that of Monarch Airlines. Submit a screenshot showing the results returned by the query statements and explain the procedures you conducted for this.
Sample MongoDB import command: "C:\Program Files\MongoDB\Server\4.0\bin\mongoimport.exe" --db users --collection contacts --type csv --headerline --file "C:\users\HCI-G001\Downloads\Table_03_All_Services-1.csv"
database link:
http://www.caa.co.uk/uploadedFiles/CAA/Content/Standard_Content/Data_and_analysis/Datasets/Airline_data/2017/January/Table_03_All_Services.csv
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
