Download as docx, pdf, or txt
Download as docx, pdf, or txt
You are on page 1of 2

customer

IDc: PK, char(3) Fullname: char(15) Phone: char(10) Address:char(30)

order
IDo : PK, char(3) Date_deliver : date Date_obtain: date IDc fk references Ide fk
customer char(3) references
employee
char(3)

electronic
IDel PK, Data: char(20) Model:char(20) Type:char(20) IDo fk IDex fk
char(3) references references
order expert
char(3) char(3)

employee
IDe PK, char(3) Fullname char(15) Address:char(30)

expert
IDex PK, char(3) Fullname char(15) Phone char(10) Address : Job : char(15)
char(30)

contract
IDco PK, char(3) Date:date Component_price:int electronic_price:int IDex fk
references
expert
char(3)

request
IDr PK, char(3) Date:date IDex fk references IDcp fk references
expert char(3) components char(3)

components
IDcp PK, char(3) name country Price:int IDcm fk Amount :
char(15) char(10) reference int
s
company
char(3)

company
IDcm PK, char(3) branch char(15) name char(15) Address:char(30)

You might also like