You are on page 1of 1

Table Name :- Payment

Purpose :- Collect payment for


Attribute field Data type Size Constraint Component /
name description
P_Id Integer 10 Primary key Payment Id

P_No Varchar2 20 Not Null Payment


Number
P_type Varchar2 20 Not Null Payment type

O_type Varchar2 20 Not Null Order type


C_Id Integer 10 Foreign key Customer Id

Payment

You might also like