myCompiler
English
Deutsch
English
Español
Français
Italiano
日本語
한국어
Nederlands
Polski
Português
Recent
Login
Sign up
Deutsch
English
Español
Français
Italiano
日本語
한국어
Nederlands
Polski
Português
Recent
Login
Sign up
M
@Matlou
Q2 MongoDB
MongoDB
16 hours ago
// AUTHOR db.author.insertMany([ { authorID: "A001", firstName: "Steve", lastName: "Shakaman" }, { authorID: "A002", firstName: "Lerato", lastName: "Jonasi" } ]); // BOOK db.book.insertMany([ { ISBN: "9780435905255", title: "Database systems"
2.2
NodeJS
17 hours ago
// AUTHOR db.author.insertMany([ { authorID: "A001", firstName: "Steve", lastName: "Shakaman" }, { authorID: "A002", firstName: "Lerato", lastName: "Jonasi" } ]); // BOOK db.book.insertMany([ { ISBN: "9780435905255", title: "Database systems"
2.2
NodeJS
17 hours ago
// AUTHOR db.author.insertMany([ { authorID: "A001", firstName: "Steve", lastName: "Shakaman" }, { authorID: "A002", firstName: "Lerato", lastName: "Jonasi" } ]); // BOOK db.book.insertMany([ { ISBN: "9780435905255", title: "Database systems"
Previous
Next page