This document describes an e-commerce database management system project that allows users to search for products by category, view all products, search by brand, and place orders. The project aims to provide an easy to use interface for users and help the company track products and transactions. It requires Python, MySQL, a PC and mobile phone.
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as DOCX, PDF, TXT or read online on Scribd
0 ratings0% found this document useful (0 votes)
17 views7 pages
CS Index Pages
This document describes an e-commerce database management system project that allows users to search for products by category, view all products, search by brand, and place orders. The project aims to provide an easy to use interface for users and help the company track products and transactions. It requires Python, MySQL, a PC and mobile phone.
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as DOCX, PDF, TXT or read online on Scribd
You are on page 1/ 7
COMPUTER SCIENCE
INVESTIGATORY PROJECT
SUBMITTED TO: Mrs. G. SOUJANYA
SUBMITTED BY: A. BALA SAI ABHIGZNA CLASS: XII ROLL NO:1210 SESSION:2023-24 SCHOOL: KENDRIYA VIDYALAYA TENALI CERTIFICATE
This is to certify that A. BALA SAI ABHIGZNA of Class Xll – A has
worked successfully under the supervision of Mrs. G. SOUJANYA (PGT CS) during academic year 2023 – 24 on the project “E-COMMERCE DATABASE MANAGEMENT SYSTEM” as per the guidelines issued by Central Board of Secondary Education (CBSE).
SIGNATURE OF THE SUBJECT TEACHER SIGNATURE OF EXTERNAL EXAMINAR
SIGNATURE OF PRINCIPAL SCHOOL STAMP
ACKNOLEDGEMENT I would like to express my special thanks of gratitude to my Computer Science teacher, Mrs K. Soujanya as well as our Principal Mr Suresh Kumar who gave this opportunity to do this project on the topic ` E-COMMERCE DATABASE MANAGEMENT SYSTEM `. It helped me in doing a lot research and through it I came to know about so many new things.
I am really thankful to them Secondly; I would like to
thank my Parents and friends who helped me a lot in finishing this project within the limited time.
I would also like to thank the CBSE board for giving me
this opportunity to explore beyond the regular NCERT textbook. INTRODUCTION: This project automates the E – COMMERCE DATABASE MANAGEMENT SYSTEM which gives the user three different options through which they can search for the product of their choice, and finally place their orders. The first option is to search through various categories of products, for e.g. Smartphones, Clothes, Groceries, etc. The user can choose their category and they will be shown all the products available in that particular category. The second option is to take a look at all the products available. The user can choose to take a look all the different types of products available and choose their product from there. The third option is to search through the various brands available. The user can choose to take a look at all the brands available and choose a particular brand. On choosing the particular brand the user will be shown all the products that are available from that particular brand. Lastly, the user can place an order of their product of choice. On placing the order of a particular product, that product is added into the order_table in the database with various other details like the transaction ID (which is allotted to every transaction that has been made), product ID, product name, date of dispatch and the contact details of the customer. Also, the quantity of the product which has been ordered is reduced by 1 from the main_table.
PURPOSE OF THIS PROJECT:
The purpose of this project is to provide an interface to the user which is easy to use and efficient. It also helps the e- commerce company to keep a track of the products available, and the transactions which are being made.