myCompiler myCompiler
Deutsch English Español Français Italiano 日本語 한국어 Nederlands Polski Português
Recent
Login Sign up
Recent
Login Sign up
B

@Bayanda_123

2.1

MongoDB
3 hours ago
use eduvoLib db.createCollection("authors") db.createCollection("books") db.createCollection("members") db.createCollection("borrowedBooks") db.createCollection("bookAuthors") // Authors db.authors.insertMany([ { authorId: "A001", firstName: "Jan

2.1

MongoDB
3 hours ago
use eduvoLib db.createCollection("authors") db.createCollection("books") db.createCollection("members") db.createCollection("borrowedBooks") db.createCollection("bookAuthors") // Authors db.authors.insertMany([ { authorId: "A001", firstName: "Jan

2.1

MongoDB
4 hours ago
// Authors db.authors.insertMany([ { authorId: "A001", firstName: "Jane", lastName: "Austen" }, { authorId: "A002", firstName: "George", lastName: "Orwell" } ]) // Books (includes books after 2026) db.books.insertMany([ { ISBN: "9780141439518

2.1

MongoDB
5 hours ago
use eduvoLib db.createCollection("authors") db.createCollection("books") db.createCollection("members") db.createCollection("borrowedBooks") db.createCollection("bookAuthors")
Previous Next page

Supported languages

Deno JavaScript NodeJS Python Ruby Go C C++ Java C# TypeScript PHP Bash R Octave (MATLAB) Fortran Lua Erlang SQL MySQL MongoDB Clojure D Perl Kotlin Swift Rust Assembly
© 2026 mycompiler.io
Terms of service Privacy policy Contact us