Nodejs MongoDB Find

In MongoDB, we use the find() and findOne() methods to find data in a collection. Is is same like Select in MySQL database.

Code :