// This file demonstrates an example that how your script file should look like. // Refer to the "Final Note" section of HW 8 to properly use this template. // When you create your script, remove this header (3 lines). Your script should start with "use dataverse deliber;". use dataverse deliber; // 1A // Put your answer here. Do not remove // in the beginning of this question. // 2Q Your AQL... // 2A { “id”: xxxx, “phone_number”: “xxxxxxxxxx”, “address”: “xxxxxxxxxxxxxxxxxxxxxxxxxxxx” } // 3Q Your AQL... // 3A { “name”: xxxx, “price”: xxxxxxxxxx, “from”: xxxxxxxxx} ... // 4Q Your AQL... // 4A {“name”: “xxxxxxxx”, “address”: “xxxxxxxxxxxxxx”, “cuisines”: {{ ... }} } ... // 5Q Your AQL... // 5A { “total_amount”: xxxxxxx.xxx } // 6Q - EXTRA Your AQL... // 6A - EXTRA {“id”: x, “count”: x} …