You are on page 1of 2

Admin table:

ATTRIBUTE NAME User name password Confirm password Transaction amount Transaction date time

DATATYPE Varchar(50) Varchar(50) Varchar(50) int Date time

CONSTRAINTS Not null Not null Not null Not null Not null

SAMPLE VALUES kamal Suhas12 suhas 100000 27/06/2010 6:55:00 AM

User table

ATTRIBUTE NAME User name password id Amount details

DATATYPE Varchar(50) Varchar(50) int int

CONSTRAINTS Not null Not null Primary key Not null Not null Not null

SAMPLE VALUES kamal Suhas12 123 5000 1044 Balance details

Transaction details int View status varchar

Transaction table

ATTRIBUTE NAME saving Current account withdrawal enquiry

DATATYPE int int int Varchar(50)

CONSTRAINTS Not null Not null Not null Not null

SAMPLE VALUES 34534 3452 36456 Transaction details

You might also like