Using the mongoimport tool,create the database“companies” by loading the documents found in the “companies.json” file into the “research” collection. This file is located in the ...







  1. Using the mongoimport tool,

    create the database


    “companies” by loading the documents found in the “companies.json” file into the “research” collection. This file is located in the “/usr/local/datasets/” directory in Apporto. Verify your load by issuing the following queries:




    1. db.research.find({"name" : "AdventNet"})



    2. db.research.find({"founded_year" : 1996},{"name" : 1}).limit(10)







    Provide

    screenshots


    of your statements and the results as evidence.









  1. Perform the following tasks

    using MongoDB queries:




    1. List only the first 20 names of companies founded after the year 2010, ordered alphabetically.



    2. List only the first 20 names of companies with offices in either California or Texas, ordered by the number of employees and sorted largest to smallest.







    Provide

    screenshots


    of your statements and the results as evidence.












  1. Design and implement a MongoDB aggregation pipeline


    to show the total number of employees by state for all companies that have offices in the United States. Be sure that you account for the fact that some companies have offices in several states.
    Provide

    screenshots


    of your statements and the results as evidence.



Dec 14, 2022
SOLUTION.PDF

Get Answer To This Question

Related Questions & Answers

More Questions »

Submit New Assignment

Copy and Paste Your Assignment Here