db.post.insert(
[
{
title: "MongoDB Overview",
description: "MongoDB is no SQL database",
by: "tutorials point",
url: "http://www.tutorialspoint.com",
tags: ["mongodb", "database", "NoSQL"],
likes: 100
},
{
title: "NoSQL Database",
description: "NoSQL database doesn't have tables",
by: "tutorials point",
url: "http://www.tutorialspoint.com",
tags: ["mongodb", "database", "NoSQL"],
likes: 20,
comments:
[
{
user:"user1",
message: "My first comment",
dateCreated: new Date(2013,11,10,2,35),
like: 0
}
]
}
])
The two most important days in your life are the day you are born and the day you find out why.................................Mark Twain
Friday, October 14, 2022
Mongodb Insert Document Query
Insert Documents:
Labels:
mongodb
Subscribe to:
Post Comments (Atom)
No comments:
Post a Comment