Skip to content

Latest commit

 

History

History
11 lines (7 loc) · 91 Bytes

mongodb.md

File metadata and controls

11 lines (7 loc) · 91 Bytes
show dbs()

use testdb

db.createCollection("user")

show  collections
show tables