Results 1 to 2 of 2
  1. #1
    jpanther36 is offline Novice
    Windows 7 64bit Access 2016
    Join Date
    Aug 2016
    Posts
    2

    Does my ERD look ok?

    week5 ERD - zip.zip

    Hello everyone,


    I am new to MS access, as you can tell from my ERD. Can anyone just take a look at my ERD and give me some pointers on how I could improve? I don't have Visio or some other software that would make my diagram look better, so I had to use MS Word. Any help would be greatly appreciated. Thank you.

  2. #2
    CJ_London is offline VIP
    Windows 10 Access 2010 32bit
    Join Date
    Mar 2015
    Posts
    11,430
    interpreting this it is saying to me


    A student has one advisor and one major and can be in many classes
    each class can have many sections
    each faculty has many qualified
    each qualified has many sections

    I would be consistent with your naming convention (PK/FK or ID) but is a matter of personal preference. Description is a reserved word and also used in a number of your tables. suggest change these to something more meaningful such as MajorDesc, ClassDesc etc

    the two fields in enrolment need to be individually indexed (dups OK) and jointly indexed (no dups) to ensure a student can't enrol twice for the same class. Custom would also be to include a primary key field although you can use the no dups index as a primary key. much discussion online as to which is more efficient

    Whether is describes your business and processes clearly enough is down to you!

Please reply to this thread with any new information or opinions.

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  
Other Forums: Microsoft Office Forums