Skip to content

Commit

Permalink
typo: Relationshps -> Relationships (dotnet#22)
Browse files Browse the repository at this point in the history
  • Loading branch information
nschonni authored and scottaddie committed Mar 25, 2019
1 parent 846c4ee commit c3aa24e
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -88,7 +88,7 @@ We'll save it and give it the name "RSVP".

We now have two tables within our database. Our last schema design step will be to setup a "one-to-many" relationship between these two tables – so that we can associate each Dinner row with zero or more RSVP rows that apply to it. We will do this by configuring the RSVP table's "DinnerID" column to have a foreign-key relationship to the "DinnerID" column in the "Dinners" table.

To do this we'll open up the RSVP table within the table designer by double-clicking it in the server explorer. We'll then select the "DinnerID" column within it, right-click, and choose the "Relationshps…" context menu command:
To do this we'll open up the RSVP table within the table designer by double-clicking it in the server explorer. We'll then select the "DinnerID" column within it, right-click, and choose the "Relationships…" context menu command:

![](create-a-database/_static/image12.png)

Expand Down

0 comments on commit c3aa24e

Please sign in to comment.