Recent content by pogodan

  1. P

    When planning database design should I ceate more when I will use in the beginning?

    FunGuy - it generally makes more sense to think in terms of "what does my product need to do now?", conceptualize what software parts you need to make that product(e.g. what classes/objects, in an object-oriented language), and then finally map those objects into the database to store your...