Quiz: Databases and Deno
Quiz yourself on how to use databases with Deno.
We'll cover the following...
We'll cover the following...
Technical Quiz
1.
Which statement do we use to create a new collection with MongoDB?
A.
db.createCollection("Books")
B.
db.addCollection("Books")
C.
db.newCollection("Books")
1 / 5