hi guys....can someone help me...?
i have too make a database that books vehicles into a garage and then with the information given reference parts only made for that vehicle, finally add all the parts required and print invoice!
I have 5 tables so far:
CUSTOMER(Customer ID(PK) first name last name address vehicle registration)
SERVICE RECORDS (Service recordID(PK)service date customer id registration number Product id Previous service date)
VEHICLES (Product ID(PK) manufacturer model customer id part number)
Parts (Partnumber(PK) part name unit price product id)
BOOKINGS( booking ID(PK) date customer id registation number product id service record id)
Is this correct..??
i have too make a database that books vehicles into a garage and then with the information given reference parts only made for that vehicle, finally add all the parts required and print invoice!
I have 5 tables so far:
CUSTOMER(Customer ID(PK) first name last name address vehicle registration)
SERVICE RECORDS (Service recordID(PK)service date customer id registration number Product id Previous service date)
VEHICLES (Product ID(PK) manufacturer model customer id part number)
Parts (Partnumber(PK) part name unit price product id)
BOOKINGS( booking ID(PK) date customer id registation number product id service record id)
Is this correct..??