Task-1: ER diagram should be uploaded in draw.io file. Task-2: CREATE DATABASE E_commerce;USE E_commerce; CREATE TABLE Register(RegisterId INT,NAME CHAR(20),PhoneNumber INT,city CHAR(10),country CHAR(10),pincoode INT,Email VARCHAR(50),N0n_premium CHAR(5),premium CHAR(5), PRIMARY KEY (premium, N0n_premium,Email,PhoneNumber,RegisterId,city,country,pincoode));…
Ganesh Kandanala
updated on 21 Nov 2022
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 Ganesh Kandanala (6)
Project 2
use ecommerce; db.customer.insertMany([{_id:1,"name":"Ganesh","age":23,"city":"amalapuram","type":"premium","cust_id":501},{_id:2,"name":"Bala","age":22,"city":"Vizag","type":"premium","cust_id":502},{_id:3,"name":"Manotej","age":20,"city":"Hyderabad","type":"Non-premium","cust_id":503}]); db.products.insertMany([{Men:["shirts","Jeans","Trousers"],Brand:"Puma"},{Women:["Kurtas","Dresses","Jeans"],Brand:"Gucci"},{Kids:["Infants","Toys","Sets"],Brand:"Roadster"}]);…
01 Dec 2022 02:28 PM IST
Project 1
CREATE DATABASE E_commerce;USE E_commerce; CREATE TABLE Register(RegisterId INT,NAME CHAR(20),PhoneNumber INT,city CHAR(10),country CHAR(10),pincoode INT,Email VARCHAR(50),N0n_premium CHAR(5),premium CHAR(5), PRIMARY KEY (premium, N0n_premium,Email,PhoneNumber,RegisterId,city,country,pincoode)); SELECT * FROM Register;INSERT…
27 Nov 2022 02:24 PM IST
Project 1
Task-1: ER diagram should be uploaded in draw.io file. Task-2: CREATE DATABASE E_commerce;USE E_commerce; CREATE TABLE Register(RegisterId INT,NAME CHAR(20),PhoneNumber INT,city CHAR(10),country CHAR(10),pincoode INT,Email VARCHAR(50),N0n_premium CHAR(5),premium CHAR(5), PRIMARY KEY (premium, N0n_premium,Email,PhoneNumber,RegisterId,city,country,pincoode));…
21 Nov 2022 03:40 PM IST
E-commerce - Java
This is a java project that applies principles of object oriented programming in creating the different functionalities of a common e-commerce store.
27 Oct 2022 06:08 PM IST
Bank - Java
This is a java project that applies principles of object-oriented programming in creating the different functionalities of a common Bank Application. The Bank Management system has main user is end customer for open an account and enter the customer details. Different functions for each such as Bank Balance, Deposit Balance…
27 Oct 2022 06:07 PM IST
Project 1
I have attached the file
29 Jul 2022 05:07 PM IST