Quiz: Databases and Deno

Quiz yourself on how to use databases with Deno.

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")

Question 1 of 50 attempted

Get hands-on with 1400+ tech skills courses.