Data Dictionary
Table Name: Product
Filed name DataType Size Constricts Format Example
Product_id numeric 8 PK ######## 34670
ProductName List 30 Not Null NNNNNN Baby
underwear
NN..
ProductDescription Varchar 50 Not Null NNNNNN By wearing
ages from
NNNN.. one to four
months
ProductScale List 10 Not Null NNNNN.. Small,Mediu
m,Large,XLar
ge
BuyPrice Numeric 9 Not Null ####.## 0150.00
Table Name: employee
Filed Name DataType Siz Constrict Format Example
e s
EmployeeNumber numeric 6 PK ###### 2201
EmployeeName Varchar 26 Not Null NNNNN.. Anas Muna
EmployeePhone Integer 16 Not Null 00972####.. 00972598165541
E-mail Varchar 35 Not Null NNNNN..@NNNNN.Com Anas-
muna@gmail.com
Address varchar 25 Not Null NNNNNNNNNNN Nablus-Dahya
IdentificationNumber integer 10 Not Null ######### 929647006
Table Name: Order
Filed Name DataType Size Constricts Format Example
OrderNamber Numeric 4 PK #### 14
OrderDate Date 12 Not NUll DD-MM- 10-11-2018
YYYY
OrderPrice Numeric 6 Not NUll ####.## 0050.0
OrderTime Varchar 12 Not NUll hh:mm:ss 12:23:33 PM
PM/AM
Customer_id Integer 10 FK ######## 11819001
Table Name: Bill
Filed Name DataType Size Constrict Format Example
Bill_id Integer 6 PK ###### 340
ItemPrice Numeric 7 Not Null ###.## 20.0
BillDate Date 12 Not Null DD-MM- 10-11-
YYYY 2018
Quantity Numeric 3 Not Null #### 5
BillDiscount Numeric 3 Not Null ##% 50%
Customer_id Integer 10 FK ######## 11819001
TotalitemPrice Numeric 6 Not Null ######## 100
PaymentMetho List 8 Not Null NNNN Cash
d ,Depit
Table Name: Inventory (Supplier)
Filed Name DataType Size Constricts Format Example
Suppliers_ID Numeric 8 PK ###### 119187
Shelf_ID integer 3 Not Null ### 15
Quantity Numeric 6 Not Null ###### 10
TypeOfGoods List 20 Not Null NNNN children
,clothes
women
clothes
Product_ID numeric 8 FK ####### 34670
Table Name: Customer
Filed Name DataType Size Constricts Format Example
Customer_id Integer 10 PK ######## 11819001
AddressCustomer VarChar 25 Not Null NNNN.. Nablus
phoneCustomer Numeric 16 Not Null 00972###.. 0097259545497
DetialOrder Varchar 60 Not Null NNNN.. Small size baby
clothes
Bill_ID Integer 6 FK ###### 340