0% found this document useful (0 votes)
19 views18 pages

DCC GRP02

The document describes a micro project report on an online shopping cart database. It includes an introduction, aims and benefits, course outcomes addressed, proposed and actual methodology, literature review, resources used, and outputs of creating tables, adding constraints, inserting records, renaming tables, using transactions, and creating views in the database.

Uploaded by

vsslondhe13
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as PDF, TXT or read online on Scribd
0% found this document useful (0 votes)
19 views18 pages

DCC GRP02

The document describes a micro project report on an online shopping cart database. It includes an introduction, aims and benefits, course outcomes addressed, proposed and actual methodology, literature review, resources used, and outputs of creating tables, adding constraints, inserting records, renaming tables, using transactions, and creating views in the database.

Uploaded by

vsslondhe13
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as PDF, TXT or read online on Scribd
You are on page 1/ 18

D EPARTMENT OF INFORMATION

TECHONLOGY
2022-2023

Micro Project Report


On
Database Management [JPR]
Online Shopping Cart

Academic year: 2022-23

Program code: IF4I


Course: Database Management
Course Code: 22416
Subject Teacher: Mr. Chintamani Chavan
Group No: 02

ZAGDU SINGH CHARITABLE TRUST (REGD.)

THAKUR POLYTECHNIC
(An ISO 9001:2008 Certified Institute)
Thakur Complex, West to W. E. Highway, Kandivali (E), Mumbai – 400 101
(Accredited by: National Board Of Accreditation)

1
MAHARASHTRA STATE BOARD OF
TECHNICAL EDUCATION
Certificate
This is to certify that:

Anjali Chaurasiya (01)


Urvi Narvekar(05)
Suhani Sinha(14)
Sanskruti Londhe(54)
of 4th Semester of Diploma in Information Technology of Institute,
Thakur Polytechnic (Code:0522) have completed the Micro Project
(Online Shopping Cart) satisfactorily in Subject – Database
Management for the academic year 2022-2023 as prescribed in the
curriculum.
Place: Mumbai Enrollment No.: 2105220096(1)
2105220100(5)
2105220100(14)
2105220151(54)

Date: …………. Seat No.:

Seal of
Institute

Subject Teacher Head of the Department Principal


2
ACKNOWLEDGEMENT
This acknowledgment transcends the reality of formality when we would like to
express deep gratitude and respect to all those people behind the screen who
guided, inspired and helped me for the completion of our project work.

This project would add as an asset to my academic profile. We express our


sincere gratitude to our respectful Principal Dr. S.M. Ganechari for enabling us
to make use of laboratory and library facilities liberally, that helped us a long
way in carrying out our project work successfully.

We consider ourselves lucky enough to get such a good project. This project
would add as an asset to my academic profile. We express our gratitude to the
help of the Head of the Department of Information technology, Mrs. Suwarna
Thakre, for her constant supervision, guidance and co-operation throughout the
project and we would like to express our thankfulness to our project guide
(subject teacher), Mr. Chintamani Chavan for his constant motivation and
valuable help through the project work. We extend our sincere gratitude to our
parents who have encouraged us with their blessings to do this project
successfully.
THANK YOU

3
PROPOSAL

4
Title: Online Shopping Cart

1.0 Aims/Benefits of the Micro project


 A shopping cart is a piece of software that acts as an online store's catalog and
ordering process.
 Its deeper infrastructure allows the consumers to select merchandise, review
what they have selected, make necessary modifications or additions, and
purchase the merchandise.
 Shopping carts can be sold as independent pieces of software so companies can
integrate them into their own unique online solution or they can be offered as a
feature from a service that will create and host a company's e-commerce
website.

2.0 Course Outcomes Addressed


 Create database using SQL commands.
 Manage database using SQL commands.
 Implement advanced SQL concepts on database.

3.0 Proposed Methodology


In order to complete this micro-project of Database Management the
procedure that we will follow is given below.

 Data collection.
 Coordination with necessary ethics.
 Group discussion.
 References from books and internet.
 Execution.
 Prepare report.
 Presentation
 Project submission

5
4.0 Action Plan
Sr Details Of Planned Planned Finish Name Of Responsible
No. Activity Start Date Date Team Members

1 Information 13/02/2023 01/03/2023 Anjali, Urvi


search

2 Group 03/03/2023 15/03/2023 All team members


Discussion
3 Group 16/03/2023 23/03/2023 All team members
Discussion

4 Taking 23/03/2023 31/03/2023 Suhani, Sanskruti


reference
5 Executions 01/04/2023 16/04/2023 Anjali, Sanskruti
6 Compilation of 17/04/2023 20/04/2023 Suhani, Urvi
reports
7 Presentation and During 1st During 1st week All team members
report week of May of May
submission

5.0 Resources Required

Sr No. Name of Resource/ Specifications Remarks


Material
1. Internet www.geeksforgeeks.org
www.freecodecamp.org -
2. Books
Nirali Prakashan -

6
REPORT

7
1.0 Rationale

 A shopping cart is a piece of software that acts as an online store's catalogand


ordering process.
 Shopping cart is the interface between a company's Web site to the user.
 Its deeper infrastructure, allowing consumers to select merchandise;review
what they have selected make necessary modifications or additions and
purchase the merchandise.
 Shopping carts can be sold as independent pieces of software so companies
can integrate them into their own unique online solution or they can be offered
as a feature from a service that will create and host acompany's e-commerce
website.

2.0 Aims/Benefits of the Micro-Project


1. The “Shopping Cart” has been developed with java programming using SQL
Plus application.
2. This also minimizes paperwork and manual tasks.
3. Shopping cart helps us in this project for shopping the things in easy wayfrom
any place.

3.0 Course Outcomes Integrated :

 Create database using SQL commands.


 Manage database using SQL commands.
 Implement advanced SQL concepts on database.

4.0 Literature Review

 These applications typically provide a means of capturing a client's


payment information, but in the case of a credit card they rely on the
software module of the secure gateway provider, in conjunction with the
secure payment gateway, in order to conduct secure credit card
transactions online.
 Some setup must be done in the HTML code of the website, and the
shopping cart software must be installed on the server which hosts the site,
or on the secure server which accepts sensitive ordering information.
 E-shopping carts are usually implemented using HTTP cookies or query
strings. In most server base implementations however, data related to the
shopping cart is kept in the session object and is accessed and manipulated

8
on the fly, as the user selects different items from the cart .
 Later at the process of finalizing the transaction, the information is
accessed and an order is generated against the selected item thus clearing
the shopping cart.

 Although the most simple shopping carts strictly allow for an item to be
added to a basket to start a checkout process (e.g., the free PayPal
shopping cart), most shopping cart software provides additional features
that an Internet merchant uses to fully manage an online store. Data
(products, categories, discounts, orders, customers, etc.) is normally
stored in a database and accessed in real time by the software.
 Shopping cart software can be generally categorized into three types of E-
commerce software.

ER Diagram:

9
5.0 Actual Methodology followed

Once the micro project title was disclosed, the given topic was divided into
smaller subtopics which then were sent to all the group members. Once the
group members had received their subtopics, the team members researched
their sub topic and sent their respective data to the team group for
everyone to read and understand. This data was then be accumulated in a
report and submitted to Sir Chintamani Chavan for correction.

6.0 Actual Resources Used

Sr No. Name of Resource/ Specifications Remarks


Material
1. Internet www.geeksforgeeks.org
www.freecodecamp.org -
2. Books
-

7.0 Outputs of the Micro-Projects

1. Create 4 to 5 tables in your database.

10
2. Assign different integrity constraints on different columns of database
tables.

3. Insert at least 10 records in each table of your database.

11
12
4. Rename any one table with new table name.

13
5. Show use of COMMIT, ROLLBACK and SAVEPOINT while
performing different Operations in database.

6. Create a view on table2 of your database to show all records of selected


columns only.

14
7. Create a view on table3 and table4 of your database to show records of
selected columns only.

8. Write a sequence to assign values to any specific column of a table.

15
9. Write a user defined PL/SQL code to check value (eg. Cust_id) from user
and raise an exception if user enters value less than 0 (zero) which is not
allowed.

10.Write a cursor to update values of a specific column depending on some


condition (e.g. Update the salary of employees’ whole salary are less than
a specific salary.)

16
11.. Write a function that will return the total number of records in specific
table of a table.

12.Create a user for your database and assign all privileges.

8.0 Skill developed/ Learning out of this Micro-Project:-

- We have learn about database sql queries.


- It manages all the information about total available, adding, removing the
cart.
- The purpose of the project is to build an application program to reduce the
manual.

9.0 Conclusion:-

1. This project has real time applications this project is used to manage all
the information about online shopping cart.
2. This project is especially useful for people for getting all required things
for their.

17
 Name of Team Members with Roll No.

Anjali Chaurasiya (01)


Urvi Narvekar (05)
Suhani Sinha (14)
Sanskruti Londhe (54)

Mr. Chintamani Chavan

(Subject Teacher)

18

You might also like