Cerca
Heus ací els resultats de la cerca.
Resultats de text complet:
- Chapter 2 : The MongoDB Query Language + Atlas
- windows * download center * instalar MongoDB Server versión enterprise (soporte SSL?) para acceder a Atlas Cluster * ''c:\Program Files\MongoDB\Server\3.4'' * ''mongo --nodb'' -> ''quit()'' ===... 0-shard-00-02-jxeqq.mongodb.net:27017/test?replicaSet=Cluster0-shard-0" --authenticationDatabase admin
- Chapter 3: Deeper Dive on the MongoDB Query Language
- pueden existir campos a NULL o no existir, ambos serán tratados igual === ejemplos películas que tienen el campo **mppaRating** (se podría hacer lo contrario cambiando a **false** <code javascript>db.moviesDetails.find({mpaaRating: {... anterior es equivalente a esta otra (por defecto se usa un AND en las búsquedas): <code javascript>db
- Chapter 1 : Introduction
- oduction * Compass -> GUI for MondoDB * Database names : collections and documents * collectio... ts / objects ≅ registros * namespace = <database>.<collection> * Datasets * schema * documents * fields types: * int32 * dou... rators * geographical data * many functions / filtes * click+shift to select arround a point