/
spirzen
/
it-code-examples
Обзор
Документация
Войти
/
spirzen
/
it-code-examples
Код
Запросы
0
Задачи
Вики
Пакеты
0
Релизы
0
Аналитика
Безопасность
master
examples/javascript/nosql-411-002/main.js
22 строки
555 B
Spirzen
Code migration pack
09 июн 2026, 01:41
09 июн 2026, 01:41
cebc284
Код
Авторство
О чём код?
db.employees.insertMany([ { first_name: "Maria", last_name: "Petrova", email: "petrova@example.com", hire_date: ISODate("2024-02-10"), salary: 82000.00, department_id: 2, skills: ["Java", "Spring"], is_active: true }, { first_name: "Alexey", last_name: "Sidorov", email: "sidorov@example.com", hire_date: ISODate("2024-03-01"), salary: 65000.00, department_id: 1, skills: ["C#", ".NET"], is_active: false } ]);