Create Collections

Basic syntax of createCollection() command is as follows
db.createCollection(name, options)
option is optional

Comments

Popular posts from this blog

GL_QUAD_STRIP Example In OpenGl

GL_TRIANGLE_FAN Example In OpenGl