This lecture explores the world of NoSQL databases, discussing the reasons for their development as an alternative to relational models. It delves into the characteristics of MongoDB, a document-oriented database, covering data management, schema structuring, and query operations. Examples of data querying, insertion, update, and comparison with SQL syntax are provided, highlighting the ease of transitioning between the two models.