Cerca
Heus ací els resultats de la cerca.
Resultats de text complet:
- Chapter 2 : The MongoDB Query Language + Atlas
- g the mongo Shell Compass no cobre toda las opciones que da MongoDB === windows * download center ... para acceder a Atlas Cluster * ''c:\Program Files\MongoDB\Server\3.4'' * ''mongo --nodb'' -> ''quit()'' === osx/linux * descargar * modificar path === conexión RS curso <... 017,cluster0-shard-00-02-jxeqq.mongodb.net:27017/test?replicaSet=Cluster0-shard-0" --authenticationDat
- Chapter 3: Deeper Dive on the MongoDB Query Language
- </code> películas que **rated** igual a los valores del array <code javascript>db.movieDetails.find({... rio cambiando a **false** <code javascript>db.moviesDetails.find({mpaaRating: {$exists: true}})</code>... ating** como un **int32** <code javascript>db.movies.find({viewerRating: {$type: "int"}}).pretty()</co... c": 1})</code> de hecho, la instrucción anterior es equivalente a esta otra (por defecto se usa un AN
- Chapter 1 : Introduction
- on * Compass -> GUI for MondoDB * Database names : collections and documents * collections ≅ tables * documents / objects ≅ registros * namespace = <database>.<collection> * Datasets * schema * documents * fields types: * int32 * double * string