Online Shopping Project Database Management Systems: Jai Ganesh Nadar - 218A1106 Ansari Abdul Riyaz - 218A1098
Online Shopping Project Database Management Systems: Jai Ganesh Nadar - 218A1106 Ansari Abdul Riyaz - 218A1098
2019-2020.
Index
1. Introduction……………………………………………………………….01
2. System Specification..….…………………………..………………02
3. Design of Initial Schema…………………………………….......03
4. QUERYING THE SYSTEM USING Postgresql……………..05
Introduction
The database system provides various features. Login and signup page has
been provided. The user enters into the system with the help of username
and password after signing up. This project is a web based shopping system
for an existing shop. The project objective is to deliver the online shopping
application into android and windows platform.
The backend of this system has been designed using sql database, apache
server and php backend along with HTML5,CSS5 and bootstrap. The
database performs the following operations:
1. Insert data
2. View data
3. Delete data
4. Search data
Initial Schema
Relational Schema
SCHEMA REFINEMENT USING DEPENDENCIES AND
NORMALISATION
Functional Dependency:
USER (Userid,Name,Email-id,Password,contact,address,city )
Item (Itemid ,Name,Price)