i have submitted the ecommerce project
Albert Sebastian
updated on 14 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 Albert Sebastian (5)
Project 1 - Create a new microservice for allowing customers to getInsurance policy from your banking app
24 Aug 2023 02:34 PM IST
Project 2
To design the ecommerce database in MongoDB with the given specifications, we can create the following collections: Customers Collection Products Collection Categories Collection Brands Collection Segments Collection Tags Collection Orders Collection Sellers Collection customers collection { "_id": ObjectId("..."), "firstName":…
10 Mar 2023 02:35 PM IST
Project 1
1 CREATE TABLE customers ( cust_id INT PRIMARY KEY, cust_name VARCHAR(50) , cust_gender ENUM('M', 'F', 'O'), phone VARCHAR(20), email VARCHAR); CREATE TABLE products ( p_id INT PRIMARY KEY, p_name VARCHAR(50), p_price DECIMAL(10,2), p_quantity INT NOT NULL, p_color VARCHAR(20)); CREATE TABLE cart ( cart_id INT PRIMARY…
20 Feb 2023 09:37 AM IST
Project 2
qwe
15 Jan 2023 05:45 PM IST
Project 1
i have submitted the ecommerce project
14 Jan 2023 08:06 AM IST