Find Records Where Array Field is Not Empty in MongoDB
It is common to use arrays as field values in MongoDB documents to store different types of data. Let’s say we have a collection of colleges where each document represents a different college and each contains an array having different courses the college offers. Now suppose we have to perform some kind of analysis operation […]
Find Records Where Array Field is Not Empty in MongoDB Read More »