Database newbie

Discussion in 'MySQL' started by real, May 13, 2006.

  1. #1
    A stupid quaestion.

    How do you learn using a database with minimal effort.

    For example learning to create html, use ftp, notepad, image editor doesn't
    take much time or require effort. Is there an easy way to start (online or offline).

    For example tools to compare two sets of data, making a list of common elements etc would be useful.

    Also interested in learning php, javascript, without going into too much detail.
     
    real, May 13, 2006 IP
  2. anjanesh

    anjanesh Well-Known Member

    Messages:
    344
    Likes Received:
    7
    Best Answers:
    0
    Trophy Points:
    165
    #2
    So you are going to learn just a little bit of everything ?

    For database try getting to learn SQL - SQL is similar on most databases but differences to exist. MySQL Tutorial is a good start.
     
    anjanesh, May 14, 2006 IP
  3. vectorgraphx

    vectorgraphx Guest

    Messages:
    545
    Likes Received:
    16
    Best Answers:
    0
    Trophy Points:
    0
    #3
    agreed - start out w/ mysql. basic SQL syntax is pretty universal - but mysql queries work in alot of the other environments that i've used, and not only that, but mysql is used by alot of people on the net these days so there's no shortage of support.

    and it's free.

    VG
     
    vectorgraphx, May 15, 2006 IP
  4. Hoth

    Hoth Well-Known Member

    Messages:
    51
    Likes Received:
    0
    Best Answers:
    0
    Trophy Points:
    101
    #4
    For me at least, PHPMyAdmin was the easy way to learn SQL (or at least the basics of it). Just play around with the databases which have been made my scripts you've installed or the like. You'll be able to do things visually, but it'll list the query it's performing in a box at the top and you should take careful note of this. After a while it'll stick in your memory what queries it shows when you do various things.
     
    Hoth, May 21, 2006 IP
  5. skunky

    skunky Guest

    Messages:
    14
    Likes Received:
    0
    Best Answers:
    0
    Trophy Points:
    0
    #5
    i agree totally, but i dont think there would be a "easy" way.
     
    skunky, May 24, 2006 IP