Cerca
Heus ací els resultats de la cerca.
Resultats de text complet:
- Chapter 2 : The MongoDB Query Language + Atlas
- Atlas == CRUD * Create * Read * Update * Delete == Installing the mongo Shell Compass no cob... Server versión enterprise (soporte SSL?) para acceder a Atlas Cluster * ''c:\Program Files\MongoDB\S... ''mongo --nodb'' -> ''quit()'' === osx/linux * descargar * modificar path === conexión RS curso <code bash> mongo "mongodb://cluster0-shard-00-00-jxeqq
- Chapter 3: Deeper Dive on the MongoDB Query Language
- = Chapter 3: Deeper Dive on the MongoDB Query Language == comparison query operators === extras * [[... culas con **runtime** superior a 90 (minutos): <code javascript>db.movieDetails.find({runtime: {$gt: 90}}, {_id: 0, title: 1, runtime: 1})</code> películas con **runtime** superior a 90 (minuto
- Chapter 1 : Introduction
- * nested documents : un documento (registro) puede contener otro documento (que contiene sus campos)