I am trying to do the exercize “In the sample_training.trips collection a person with birth year 1961 took a
trip that started at “Howard St & Centre St”. What was the end station name for
that trip?”
Unfortuntly, when querying the below, I get 3 dots as result. What does it mean?
MongoDB Enterprise atlas-8wmg8e-shard-0:PRIMARY> use sample_training.trips
2021-12-22T09:05:49.816+0000 E QUERY [js] Error: [sample_training.trips] is not a valid database name :
Mongo.prototype.getDB@src/mongo/shell/mongo.js:56:12
getDatabase@src/mongo/shell/session.js:903:28
DB.prototype.getSiblingDB@src/mongo/shell/db.js:20:16
shellHelper.use@src/mongo/shell/utils.js:779:10
shellHelper@src/mongo/shell/utils.js:766:15
@(shellhelp2):1:1
MongoDB Enterprise atlas-8wmg8e-shard-0:PRIMARY> db.zips.find({"birth year":1961}
...
...
MongoDB Enterprise atlas-8wmg8e-shard-0:PRIMARY>
MongoDB Enterprise atlas-8wmg8e-shard-0:PRIMARY> ^C
bye
user@M001# ^C
user@M001# ^C
user@M001#