db.customer.insertMany([{_id: 1,customer_id: 1,customer_fname:'Jay',customer_lname:'Malkhede',customer_dob:2000,customer_address:'Ingole nagar',customer_city:'Nagpur',is_premium: 1,customer_contactno:9567546422,customer_email:'jaymalkhede@gmail.com'},{_id: 2,customer_id: 2,customer_fname:'Rakesh',customer_lname:'Bawane',customer_dob:1999,customer_address:'Kirnapur',customer_city:'Nagpur',is_premium:…
Ajinkya Satkar
updated on 17 Jan 2023
Project Details
Leave a comment
Thanks for choosing to leave a comment. Please keep in mind that all the comments are moderated as per our comment policy, and your email will not be published for privacy reasons. Please leave a personal & meaningful conversation.
Other comments...
Read more Projects by Ajinkya Satkar (7)
Project 1 - Create a new microservice for allowing customers to getInsurance policy from your banking app
23 Mar 2023 03:27 PM IST
Project 1
This project is an eCommerce website database using MySQL, which stores and manages customer information, product details, and order history.
19 Jan 2023 09:43 AM IST
Scientific Calculator
About the Scientific Calculator A Scientific calculator is a type of electronic calculator, usually but not always handheld, designed to calculate problems in science, engineering, and mathematics. They have completely replaced slide rules in traditional applications, and are widely used in both education and professional…
17 Jan 2023 04:02 PM IST
Ecommerce Using Oops concept(Java)
Project zip file is below.
17 Jan 2023 04:02 PM IST
Banking Project
Project is below
17 Jan 2023 04:01 PM IST
Ecommerce Database using MySQL
-- TASK_01 & TASK_02-- ECOMMERCES STORE PROJECT_01 : CREATE DATABASE ecommerce; USE ecommerce; CREATE TABLE ADMIN(Admin_id INT,NAME VARCHAR(255) NOT NULL,PASSWORD VARCHAR(255) UNIQUE NOT NULL,mobile_no VARCHAR(17) NOT NULL,city VARCHAR(255) NOT NULL); DESCRIBE ADMIN; INSERT INTO ADMIN VALUES(101,'Ajinkya Satkar','20k22','93932892892','Nagpur'),(102,'Khushi…
17 Jan 2023 04:00 PM IST
Ecommerce website database using MongoDB
db.customer.insertMany([{_id: 1,customer_id: 1,customer_fname:'Jay',customer_lname:'Malkhede',customer_dob:2000,customer_address:'Ingole nagar',customer_city:'Nagpur',is_premium: 1,customer_contactno:9567546422,customer_email:'jaymalkhede@gmail.com'},{_id: 2,customer_id: 2,customer_fname:'Rakesh',customer_lname:'Bawane',customer_dob:1999,customer_address:'Kirnapur',customer_city:'Nagpur',is_premium:…
17 Jan 2023 03:59 PM IST