mongodb
mongodb shell -> you need this for type command, go to mongodb center download it
Command:
+ show dbs -> display all db in local/server
+ insertOne -> insert one row to db
db.users.insertOne({name: 'vilh', lang:['php', 'c#'], addr: {zip: 201, country: 'VietNam'} })
Zidane (Vi Ly - VietNam)