Employee Master: Field Name Datatyp e Size Constraint Description
Employee Master: Field Name Datatyp e Size Constraint Description
Employee Master: Field Name Datatyp e Size Constraint Description
customer master
Field Datatyp Size Constraint Description
name e
custid Number 4 Primary key Customer id
custnam Text 30 Customer name
e
Custadd Text 50 Customer address
Custdob Number 8 Customer date of birth
Custgen text 8 Customer gender
Custcont Number 10 Customer contact number
cd,dvd master
Field Datatype Size Constraint Description
name
pid Number 4 Primary key Product id
pnam Text 30 Product name
e
ptype Text 30 Product type ( song/movie )
plang text 30 Product language
pprise number 8 Product prise
cddvd text 5 CD or DVD
purchase bill
Field name Datatype Size Constraint Description
billno Number 4 Primary key Bill number
ordid Number 4 Foreign key Order id
Prise Number 8 Prise
Qty Number 8 Quantity
Total Number 8 Total
pid number 4 Foreign key Product id
pname Text 30 Product name
mop Text 20 Mode of payment
bname Text 20 Bank name
chno Number 4 Cheque number
supplier master
Field name Datatype Size Constraint Description
suppid Number 4 Primary key Supplier id
suppname Text 30 Supplier name
suppadd Text 50 Supplier address
suppcont Number 10 Supplier contact
number
suppmail text 25 Supplier mail address
pid Number 4 Foreign key Product id
stock master
Field name Datatype Size Constraint Description
pid Number 4 Primary key Product id
stock number 4 Stock
cd,dvd cart
Field name Datatyp Size Constraint Description
e
cid Number 4 Primary key Cart id
pid Number 4 Foreign key Product id
pname Text 30 Product name
ptype Text 30 Product type ( song /
movie )
plang Text 30 Product language
prise Number 8 Prise
cddvd text 5 CD or DVD