de

Cerca

Heus ací els resultats de la cerca.

Chapter 3: Deeper Dive on the MongoDB Query Language
72 Resultats, Darrera modificació:
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 (minutos) e inferior a 120: <code javascript>db.movieDetails.find({runtime: {$gt: 9... 0, $lt: 120}}, {_id: 0, title: 1, runtime: 1})</code> películas con **runtime** mayor o igual a 180(m
Chapter 2 : The MongoDB Query Language + Atlas
54 Resultats, Darrera modificació:
rgar * modificar path === conexión RS curso <code bash> mongo "mongodb://cluster0-shard-00-00-jxeqq... e m001-student --password m001-mongodb-basics </code> * cluster, le indicamos todos los servers * ... g to your sandbox cluster from mongo shell * desde Atlas GUI, Overview -> Connect * usar mongodb-shell connection<code bash v3.4+>mongo "mongodb://sandbox-shard-00-00-c
Chapter 1 : Introduction
1 Resultats, Darrera modificació:
* nested documents : un documento (registro) puede contener otro documento (que contiene sus campos)