Skip to content
  • Categories
  • Recent
  • Tags
  • Popular
  • World
  • Users
  • Groups
Skins
  • Light
  • Cerulean
  • Cosmo
  • Flatly
  • Journal
  • Litera
  • Lumen
  • Lux
  • Materia
  • Minty
  • Morph
  • Pulse
  • Sandstone
  • Simplex
  • Sketchy
  • Spacelab
  • United
  • Yeti
  • Zephyr
  • Dark
  • Cyborg
  • Darkly
  • Quartz
  • Slate
  • Solar
  • Superhero
  • Vapor

  • Default (No Skin)
  • No Skin
Collapse
Code Project
  1. Home
  2. Database & SysAdmin
  3. Database
  4. Are this database design (ERD) IS true for the following table

Are this database design (ERD) IS true for the following table

Scheduled Pinned Locked Moved Database
databasecsharpc++comdesign
3 Posts 3 Posters 0 Views 1 Watching
  • Oldest to Newest
  • Newest to Oldest
  • Most Votes
Reply
  • Reply as topic
Log in to reply
This topic has been deleted. Only users with topic management privileges can see it.
  • A Offline
    A Offline
    ahmed_sa
    wrote on last edited by
    #1

    I have table for instructor in university This center give courses for programming language specialized to Microsoft product this interface as following in image . Simple File Sharing and Storage.[^] SQL,c#,access,c++ courses that given by center D(4),G(2),G(5),G(6),G(3) is sections B.A ,I.S is departments of year in university university consist from 4 year as following department as (INFORMATION SYSTEM (I.S) OR BUSINESS ADMIN(B.A)OR TRADE ENGLISH (T.E) I make ERD design as following : This ERD for interface above Can you tell me are this design is true for table above . Simple File Sharing and Storage.[^]

    M J 2 Replies Last reply
    0
    • A ahmed_sa

      I have table for instructor in university This center give courses for programming language specialized to Microsoft product this interface as following in image . Simple File Sharing and Storage.[^] SQL,c#,access,c++ courses that given by center D(4),G(2),G(5),G(6),G(3) is sections B.A ,I.S is departments of year in university university consist from 4 year as following department as (INFORMATION SYSTEM (I.S) OR BUSINESS ADMIN(B.A)OR TRADE ENGLISH (T.E) I make ERD design as following : This ERD for interface above Can you tell me are this design is true for table above . Simple File Sharing and Storage.[^]

      M Offline
      M Offline
      Mycroft Holmes
      wrote on last edited by
      #2

      DayNo => DayID in section is probably not a good idea. Instead of using ID for every primary key use tablenameID, sql server will do a lot more work for you. The structure looks ok.

      Never underestimate the power of human stupidity RAH

      1 Reply Last reply
      0
      • A ahmed_sa

        I have table for instructor in university This center give courses for programming language specialized to Microsoft product this interface as following in image . Simple File Sharing and Storage.[^] SQL,c#,access,c++ courses that given by center D(4),G(2),G(5),G(6),G(3) is sections B.A ,I.S is departments of year in university university consist from 4 year as following department as (INFORMATION SYSTEM (I.S) OR BUSINESS ADMIN(B.A)OR TRADE ENGLISH (T.E) I make ERD design as following : This ERD for interface above Can you tell me are this design is true for table above . Simple File Sharing and Storage.[^]

        J Offline
        J Offline
        Jorgen Andersson
        wrote on last edited by
        #3

        The instructor table looks a bit odd to me, having both ID and InstructorID I would assume you meant InstructorID and InstructorName. And as an addition to what Mycroft said, in a fully normalized database you always use the same name for an entity throughout the database. It's not just a good idea, it's a standard[^]. And just like Mycroft said, for a surrogate key, using + "ID" is a good idea

        Wrong is evil and must be defeated. - Jeff Ello

        1 Reply Last reply
        0
        Reply
        • Reply as topic
        Log in to reply
        • Oldest to Newest
        • Newest to Oldest
        • Most Votes


        • Login

        • Don't have an account? Register

        • Login or register to search.
        • First post
          Last post
        0
        • Categories
        • Recent
        • Tags
        • Popular
        • World
        • Users
        • Groups