非关系型数据库创建集合,通常使用特定的命令或语法。在MongoDB中,可以使用db.createCollection("collectionName")来创建一个名为"collectionName"的集合。