How can i plan to design a database??help me on this

Discussion in 'Databases' started by pink1234, Jul 28, 2012.

  1. #1
    How can i plan to design a database with only documentation.Is there any tool available.
    pls help me out
     
    pink1234, Jul 28, 2012 IP
  2. atxsurf

    atxsurf Peon

    Messages:
    2,394
    Likes Received:
    21
    Best Answers:
    1
    Trophy Points:
    0
    #2
    phpmyadmin is the only tool I am aware of
     
    atxsurf, Jul 28, 2012 IP
  3. XTP605

    XTP605 Well-Known Member

    Messages:
    264
    Likes Received:
    6
    Best Answers:
    0
    Trophy Points:
    105
    #3
    like a workflow chart? www.visioworkflow.com/ visio i heard it was good.

    i'd recommend using phpmyadmin as atx said, if your just trying to create tables.
     
    XTP605, Jul 28, 2012 IP
  4. pink1234

    pink1234 Peon

    Messages:
    4
    Likes Received:
    0
    Best Answers:
    0
    Trophy Points:
    0
    #4
    Ya something like that......
     
    pink1234, Jul 28, 2012 IP
  5. pink1234

    pink1234 Peon

    Messages:
    4
    Likes Received:
    0
    Best Answers:
    0
    Trophy Points:
    0
    #5
    I am a newbie to this kind of thing,only i can draw flow diagram in a paper ......Ya i know about XAMPP i am using that to create database and tables.but planning to design a database of a huge project......hmm mm no idea
     
    pink1234, Jul 28, 2012 IP
  6. pink1234

    pink1234 Peon

    Messages:
    4
    Likes Received:
    0
    Best Answers:
    0
    Trophy Points:
    0
    #6
    I am a newbie to this kind of thing,only i can draw flow diagram in a paper ......Ya i know about XAMPP i am using that to create database and tables.but planning to design a database of a huge project......hmm mm no idea
     
    pink1234, Jul 28, 2012 IP
  7. Rukbat

    Rukbat Well-Known Member

    Messages:
    2,908
    Likes Received:
    37
    Best Answers:
    51
    Trophy Points:
    125
    #7
    First study database design. It's not something we can teach you here, and there's no application you can use to do it for you. You'll have to decide what data you need in what tables, what indexes you need and what relationships you need between tables. (You'll also have to normalize your data.)

    Doing the "flow chart" thing is for after you've actually designed the database. It's documentation, not a design tool.

    Just winging it (which is what it sounds like you're planning on doing) is most likely going to end up with your redesigning the database on a regular basis, throwing out 90% of your work in the end, and making the project a lot larger than it really is.
     
    Rukbat, Aug 10, 2012 IP