I have two tables: Books and Authors. Books: Id (int, PK) Title (nvarchar) AuthorId (int, FK) Authors: Id (int, PK) Name (nvarchar) I have 10,000 books, all on the first author. // Julie, you have to write a lot of versions of Programming Entity Framework...