After running use inventory in mongosh, when is the inventory database actually created?
use inventory
mongosh
inventory
Immediately when the use command runs
use
When the shell session exits
When the first find() query runs
find()
When data is first stored in the database