Please start any new threads on our new
site at https://forums.sqlteam.com. We've got lots of great SQL Server
experts to answer whatever question you can come up with.
| Author |
Topic |
|
PGG_CA
Starting Member
24 Posts |
Posted - 2006-02-24 : 16:47:51
|
| I've been given an Access database that I need to migrate to SQL Server, but the database is not properly designed. I know the importance of good db design, so I ventured on designing it before I do the migration. Please critique the design and let me know how I can improve it.Access DB Features tableFields: IDBookTitleAuthorNameAgeGroupGenreisCanadianHere are the rules. The book can have several authors, can be used by one and only one age group and can belong to several genres.Here's my design:Author tableauthor_idlastnamefirstnameBook tablebook_idbook_titleiscanadian?group_idGenre tablegenre_idgenre_typeAuthor_Book tableauthor_idbook_idBook_Genre tablebook_idgenre_idAge_group tablegroup_idgroup_description |
|
|
|
|
|