-- 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,'Bhushan Borde','2k22','93932892892','Pune'),(102,'Roshani…
Bhushan Borde
updated on 26 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 Bhushan Borde (4)
PROJECT 1: DATABASE ECOMMERCES STORE
-- 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,'Bhushan Borde','2k22','93932892892','Pune'),(102,'Roshani…
26 Nov 2022 04:29 AM IST
Project 2: The Complete Java Back End Developmet
Project 2 All the banks operating in India are controlled by the RBI. RBI has set a well defined guideline (e.g. minimum interest rate, minimum balance allowed, maximum withdrawal limit etc) which all banks must follow. For example, suppose RBI has set the minimum interest rate applicable to a savings bank account to be…
13 Nov 2022 12:53 PM IST
Project 1: The Complete Java Back End Development
Ecommerce Project 1st: Project 1:Create an ecommerce console project with the following specifications-● That ecommerce should have these classes: Administration, Store, Cart,Customer, Product, Seller, Catalog, User ● Admin class will check whether the user is an admin or normal user if it is admin he/she can modify the…
13 Nov 2022 12:35 PM IST
Project: The Complete Front End Development
AIM: E-Commerce Website Of Swag Of India INTRODUCTION Education, An integral part of our Indian Society and it is important for every individual to succeed in his life and help bring change to our world. In a country with more than 1.3 billion people living, for everyone individual education is essential. To keep learning…
13 Nov 2022 06:12 AM IST