NotesWhat is notes.io?

Notes brand slogan

Notes - notes.io

db.orders.insertMany([
{
"id": 1,
"orderId": "ORD001",
"buyerId": "BUY001",
"products": [
{"id": 101, "price": 10.99, "name": "Product 1"},
{"id": 102, "price": 5.99, "name": "Product 2"}
]
},
{
"id": 2,
"orderId": "ORD002",
"buyerId": "BUY002",
"products": [
{"id": 201, "price": 15.99, "name": "Product 3"},
{"id": 202, "price": 8.99, "name": "Product 4"}
]
},
{
"id": 3,
"orderId": "ORD003",
"buyerId": "BUY003",
"products": [
{"id": 301, "price": 12.49, "name": "Product 5"},
{"id": 302, "price": 6.99, "name": "Product 6"}
]
},
{
"id": 4,
"orderId": "ORD004",
"buyerId": "BUY004",
"products": [
{"id": 401, "price": 9.99, "name": "Product 7"},
{"id": 402, "price": 4.99, "name": "Product 8"}
]
},
{
"id": 5,
"orderId": "ORD005",
"buyerId": "BUY005",
"products": [
{"id": 501, "price": 7.99, "name": "Product 9"},
{"id": 502, "price": 3.99, "name": "Product 10"}
]
},
{
"id": 6,
"orderId": "ORD006",
"buyerId": "BUY006",
"products": [
{"id": 601, "price": 11.99, "name": "Product 11"},
{"id": 602, "price": 5.49, "name": "Product 12"}
]
},
{
"id": 7,
"orderId": "ORD007",
"buyerId": "BUY007",
"products": [
{"id": 701, "price": 8.49, "name": "Product 13"},
{"id": 702, "price": 3.29, "name": "Product 14"}
]
},
{
"id": 8,
"orderId": "ORD008",
"buyerId": "BUY008",
"products": [
{"id": 801, "price": 14.99, "name": "Product 15"},
{"id": 802, "price": 7.99, "name": "Product 16"}
]
},
{
"id": 9,
"orderId": "ORD009",
"buyerId": "BUY009",
"products": [
{"id": 901, "price": 6.49, "name": "Product 17"},
{"id": 902, "price": 2.99, "name": "Product 18"}
]
},
{
"id": 10,
"orderId": "ORD010",
"buyerId": "BUY010",
"products": [
{"id": 1001, "price": 9.49, "name": "Product 19"},
{"id": 1002, "price": 4.49, "name": "Product 20"}
]
},
{
"id": 11,
"orderId": "ORD011",
"buyerId": "BUY011",
"products": [
{"id": 1101, "price": 13.99, "name": "Product 21"},
{"id": 1102, "price": 6.99, "name": "Product 22"}
]
},
{
"id": 12,
"orderId": "ORD012",
"buyerId": "BUY012",
"products": [
{"id": 1201, "price": 10.99, "name": "Product 23"},
{"id": 1202, "price": 5.49, "name": "Product 24"}
]
},
{
"id": 13,
"orderId": "ORD013",
"buyerId": "BUY013",
"products": [
{"id": 1301, "price": 7.49, "name": "Product 25"},
{"id": 1302, "price": 3.29, "name": "Product 26"}
]
},
{
"id": 14,
"orderId": "ORD014",
"buyerId": "BUY014",
"products": [
{"id": 1401, "price": 11.99, "name": "Product 27"},
{"id": 1402, "price": 5.99, "name": "Product 28"}
]
},
{
"id": 15,
"orderId": "ORD015",
"buyerId": "BUY015",
"products": [
{"id": 1501, "price": 8.99, "name": "Product 29"},
{"id": 1502, "price": 4.49, "name": "Product 30"}
]
}
])






db.userscollection.insertMany([
{
"id": 1,
"userId": "USR001",
"name": "John Doe",
"phone": "+1234567890",
"email": "[email protected]"
},
{
"id": 2,
"userId": "USR002",
"name": "Jane Smith",
"phone": "+1987654321",
"email": "[email protected]"
},
{
"id": 3,
"userId": "USR003",
"name": "Alice Johnson",
"phone": "+1122334455",
"email": "[email protected]"
},
{
"id": 4,
"userId": "USR004",
"name": "Bob Brown",
"phone": "+1567890123",
"email": "[email protected]"
},
{
"id": 5,
"userId": "USR005",
"name": "Emily Davis",
"phone": "+1678901234",
"email": "[email protected]"
},
{
"id": 6,
"userId": "USR006",
"name": "Michael Wilson",
"phone": "+1345678901",
"email": "[email protected]"
},
{
"id": 7,
"userId": "USR007",
"name": "Sarah Lee",
"phone": "+1890123456",
"email": "[email protected]"
},
{
"id": 8,
"userId": "USR008",
"name": "David Martin",
"phone": "+1555555555",
"email": "[email protected]"
},
{
"id": 9,
"userId": "USR009",
"name": "Olivia Garcia",
"phone": "+1666666666",
"email": "[email protected]"
},
{
"id": 10,
"userId": "USR010",
"name": "James Rodriguez",
"phone": "+1777777777",
"email": "[email protected]"
},
{
"id": 11,
"userId": "USR011",
"name": "Sophia Martinez",
"phone": "+1888888888",
"email": "[email protected]"
},
{
"id": 12,
"userId": "USR012",
"name": "Daniel Hernandez",
"phone": "+1999999999",
"email": "[email protected]"
},
{
"id": 13,
"userId": "USR013",
"name": "Isabella Lopez",
"phone": "+1222222222",
"email": "[email protected]"
},
{
"id": 14,
"userId": "USR014",
"name": "William Gonzalez",
"phone": "+1333333333",
"email": "[email protected]"
},
{
"id": 15,
"userId": "USR015",
"name": "Mia Perez",
"phone": "+1444444444",
"email": "[email protected]"
}
])
     
 
what is notes.io
 

Notes.io is a web-based application for taking notes. You can take your notes and share with others people. If you like taking long notes, notes.io is designed for you. To date, over 8,000,000,000 notes created and continuing...

With notes.io;

  • * You can take a note from anywhere and any device with internet connection.
  • * You can share the notes in social platforms (YouTube, Facebook, Twitter, instagram etc.).
  • * You can quickly share your contents without website, blog and e-mail.
  • * You don't need to create any Account to share a note. As you wish you can use quick, easy and best shortened notes with sms, websites, e-mail, or messaging services (WhatsApp, iMessage, Telegram, Signal).
  • * Notes.io has fabulous infrastructure design for a short link and allows you to share the note as an easy and understandable link.

Fast: Notes.io is built for speed and performance. You can take a notes quickly and browse your archive.

Easy: Notes.io doesn’t require installation. Just write and share note!

Short: Notes.io’s url just 8 character. You’ll get shorten link of your note when you want to share. (Ex: notes.io/q )

Free: Notes.io works for 12 years and has been free since the day it was started.


You immediately create your first note and start sharing with the ones you wish. If you want to contact us, you can use the following communication channels;


Email: [email protected]

Twitter: http://twitter.com/notesio

Instagram: http://instagram.com/notes.io

Facebook: http://facebook.com/notesio



Regards;
Notes.io Team

     
 
Shortened Note Link
 
 
Looding Image
 
     
 
Long File
 
 

For written notes was greater than 18KB Unable to shorten.

To be smaller than 18KB, please organize your notes, or sign in.