0% found this document useful (0 votes)
54 views

Email ID Password: Data Base Normalization

This document outlines tables for a database with user, order, and cart information. The user table stores user IDs and passwords separately from details like names, emails, and addresses. The order table links email IDs to order IDs, totals, and bill numbers. The order details table then connects order IDs and email IDs to item names, quantities, and amounts to track individual items in each order.

Uploaded by

Pratyush
Copyright
© © All Rights Reserved
Available Formats
Download as DOC, PDF, TXT or read online on Scribd
0% found this document useful (0 votes)
54 views

Email ID Password: Data Base Normalization

This document outlines tables for a database with user, order, and cart information. The user table stores user IDs and passwords separately from details like names, emails, and addresses. The order table links email IDs to order IDs, totals, and bill numbers. The order details table then connects order IDs and email IDs to item names, quantities, and amounts to track individual items in each order.

Uploaded by

Pratyush
Copyright
© © All Rights Reserved
Available Formats
Download as DOC, PDF, TXT or read online on Scribd
You are on page 1/ 1

Data Base Normalization

User table
Email
ID

Password

User Details
uname

Password Email_id Address Pin

Contact No

Order
Order_id

Bill_no

Email
Id

Total_Amount

Order Details
Product_id

Email ID

Item
Name

Email Id Qntity

Amount

Item
Name

Email Id Qntity

Amount Total
Amount

Order_id

Cart
Code

Invoice
Bill
No

Cost

City

State

You might also like