0% found this document useful (0 votes)
8 views5 pages

Practical 4

Uploaded by

Urmil Pawaskar
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as PDF, TXT or read online on Scribd
0% found this document useful (0 votes)
8 views5 pages

Practical 4

Uploaded by

Urmil Pawaskar
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as PDF, TXT or read online on Scribd
You are on page 1/ 5

KISHINCHAND CHELLARAM COLLEGE, Mumbai – 20.

FY / SY / TY B.Sc. (Computer Science) Year


Big DATA analytics

Urmil Pawaskar
Roll No. 58
Date: -
Practical 4
Query Operator - ii

1) Create new collection with ther name inventory having atleast 10 docs with the fields
item_id, item_name, item_quatity and item_tags(A-E)in item_details

2) Display all inventory documents

3) Display item_details and quantity in the collection inventory


4) Display item_details and item_quatity of those items having quantity less than 300

5) Range 200 and 300

6) Display first two docs in collection Inventory

7) Display only one docs and skip 2 docs

8) Limit 3 and Skip 4


KISHINCHAND CHELLARAM COLLEGE, Mumbai – 20.
FY / SY / TY B.Sc. (Computer Science) Year
9) Display all docs sorted on item quantity in ascending order

10) Descending

11) Display all docs sorted on item quantity in ascending order (only details and quantity)

12) Descending

13) Display the documents in collection inventory where the tags field as only three elements
14) Display the docs in collection where item tag array fields A and C

15) Where atleast a single value in the result array field is greater than 82

16) With fields item_details, item_quantity, where item_quantity increased by 5

17) Value of item_quantity field % 3 = 0


KISHINCHAND CHELLARAM COLLEGE, Mumbai – 20.
FY / SY / TY B.Sc. (Computer Science) Year
18) One value for the array field item tags

19) Item id and item name

20) Item_id greater 105

21) Where item name starts with S

You might also like