You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Jul 10, 2024. It is now read-only.
I've taken a look at your fine database. I took the liberty to build a diagram using plantuml. It might be easier to understand compared to the one you built using Sql Server Management Studio. Also, some suggestions (to whoever wants to work further with this sample):
Define a unique key index on all tables, except the junction tables where the PK already enforces uniqueness. It helps maintain consistency and makes it clear what is the business key. Attendees is a nice example.
I've taken a look at your fine database. I took the liberty to build a diagram using plantuml. It might be easier to understand compared to the one you built using Sql Server Management Studio. Also, some suggestions (to whoever wants to work further with this sample):
Conference.pdf
The text was updated successfully, but these errors were encountered: