Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Lee #50

Open
SaiYwutKhay opened this issue Jul 7, 2023 · 1 comment
Open

Lee #50

SaiYwutKhay opened this issue Jul 7, 2023 · 1 comment

Comments

@SaiYwutKhay
Copy link

erDiagram
Category {
Category_ID
Category_Name
}
Car {
Car_ID
Category_ID
Car_Name
Car_Model
Color_ID
}
Color {
Color_ID
Color_Name
}
Customer {
Customer_ID
First_Name
Last_Name
Contact_Info
Address
}
Staff {
Staff_ID
First_Name
Last_Name
Hire_Date
Position
}
Sale_Record {
Sale_ID
Car_ID
Customer_ID
Staff_ID
Sale_Date
Sale_Price
}
Category ||--o{ Car : "Category_ID"
Car ||--|{ Sale_Record : "Car_ID"
Car ||--|{ Color : "Color_ID"
Customer ||--|{ Sale_Record : "Customer_ID"
Staff ||--|{ Sale_Record : "Staff_ID"

@bra1nDump
Copy link
Owner

Assuming this is a prompt bug, marking it as such

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants