I have this collection but i cant seem to print out a specific row….
Question Answered step-by-step I have this collection but i cant seem to print out a specific row…. Image transcription textdb . transport. find( ) _id” : ObjectId(“628db36a0e6220a89577e285”), “TRUCK” : {“registration” : “GFT008”, “capacity” : “40000”,”weight” : “15000”, “status” : “AVAILABLE” } id” … Show more… Show moreI have this collection but i cant seem to print out a specific row. For example, db.transport.find({“registration”: “GFT008”}) After i input this line, it returns nothing. When i tried to run db.transport.find({“TRUCK”: 1}).count() This returns 0. I am stump on this. Hope you are able to assist me. Engineering & Technology Computer Science CSCI 235 Share QuestionEmailCopy link Comments (0)


