1. Advertising
    y u no do it?

    Advertising (learn more)

    Advertise virtually anything here, with CPM banner ads, CPM email ads and CPC contextual links. You can target relevant areas of the site and show ads based on geographical location of the user if you wish.

    Starts at just $1 per CPM or $0.10 per CPC.

What is the best source to learn about SQL

Discussion in 'Databases' started by jadeslair, Apr 7, 2010.

  1. #1
    I have been learning a lot about setting up websites. The programs I am using seem to keep getting more complicated. I need a good source for learning SQL, You can reccomend anything. Book, website even if you are selling an ebook. Please let me know.
     
    jadeslair, Apr 7, 2010 IP
  2. RichieTech

    RichieTech Guest

    Messages:
    10
    Likes Received:
    0
    Best Answers:
    0
    Trophy Points:
    0
    #2
    The best way is to install it on your local machine and play with it, all SQL queries very simple and easy to learn quickly :)
    The most basic SQL commands are -
    SELECT
    INSERT
    UPDATE
    MODIFY


    Hope this helps you :)

    Regards,
    R
     
    RichieTech, Apr 9, 2010 IP
  3. jadeslair

    jadeslair Peon

    Messages:
    265
    Likes Received:
    3
    Best Answers:
    0
    Trophy Points:
    0
    #3
    Thanks, I use godaddy so it sets it up for me but if I need to change anything then it is hard to figure out
     
    jadeslair, Apr 9, 2010 IP
  4. RichieTech

    RichieTech Guest

    Messages:
    10
    Likes Received:
    0
    Best Answers:
    0
    Trophy Points:
    0
    #4
    Hi,

    Here are two things you have to consider, database structure and database records.
    I think you should have received a Control Panel from godaddy using.
    You can create databases, its user from this control panel.
    But you can not manage tables, records through this control panel.
    SQL server management studio allows you to connect the database remotely, create tables in it, insert records in tables etc.
    Let me know if you have any queries or difficulties to manage/modify the database :)

    Regards,
    R
     
    RichieTech, Apr 10, 2010 IP
  5. jadeslair

    jadeslair Peon

    Messages:
    265
    Likes Received:
    3
    Best Answers:
    0
    Trophy Points:
    0
    #5
    Thank you, I wil pm you if I have any question. One again grateful for your help.
     
    jadeslair, Apr 10, 2010 IP
  6. JREAM

    JREAM Member

    Messages:
    160
    Likes Received:
    2
    Best Answers:
    0
    Trophy Points:
    30
    #6
    I would just do queries in HeidiSQL (free), or phpMYAdmin, or even SQLBuddy (all free). To practice.
    Id also suggest reading Simply SQL by Rudy Limeback, great book I have it also.
     
    JREAM, Apr 10, 2010 IP
  7. Twity

    Twity Peon

    Messages:
    91
    Likes Received:
    3
    Best Answers:
    0
    Trophy Points:
    0
    #7
    I've learned web programming from scratch and database from this website : tizag.com
     
    Twity, Apr 11, 2010 IP
  8. Ruddo

    Ruddo Member

    Messages:
    821
    Likes Received:
    8
    Best Answers:
    0
    Trophy Points:
    43
    #8
    Try books from amazon.com
     
    Ruddo, Apr 11, 2010 IP
  9. 365171383

    365171383 Peon

    Messages:
    7
    Likes Received:
    0
    Best Answers:
    0
    Trophy Points:
    0
    #9
    I once come across SQL in learning Access. You can have a try~
     
    365171383, Apr 12, 2010 IP
  10. markup

    markup Peon

    Messages:
    116
    Likes Received:
    0
    Best Answers:
    0
    Trophy Points:
    0
    #10
    It is good to learn fisrt

    select
    insert
    update
    delete

    then where clause , group functions, having clause , join conditions etc


    But I recoment you to follow good sql book , there are lot of sql book in shops

    I learned sql from Oracle's course, that is really good , you can study the concepts well
     
    markup, Apr 12, 2010 IP
  11. RichieTech

    RichieTech Guest

    Messages:
    10
    Likes Received:
    0
    Best Answers:
    0
    Trophy Points:
    0
    #11
    Yeah thats true markup :)

    Syntax of Oracle and sql are almost same.
    but yes, select, insert, update, delete these are the basics of database servers and then you can go into deep for jois, hash etc.

    Regards,
    R
     
    RichieTech, Apr 12, 2010 IP
  12. jadeslair

    jadeslair Peon

    Messages:
    265
    Likes Received:
    3
    Best Answers:
    0
    Trophy Points:
    0
    #12
    Thanks for everyones input. I will probably buy a book on it. That way I can just reference it when needed.
     
    jadeslair, Apr 12, 2010 IP
  13. anandh

    anandh Peon

    Messages:
    1
    Likes Received:
    0
    Best Answers:
    0
    Trophy Points:
    0
    #13
    hi...

    there is simple website guide as in simple way to learn sql and oracle .... chk dba17.com

    simple to learn.... i think 2 days is enough to learn sql.
     
    anandh, Apr 16, 2010 IP
  14. itsupportservice

    itsupportservice Peon

    Messages:
    93
    Likes Received:
    0
    Best Answers:
    0
    Trophy Points:
    0
    #14
    W3Schools is also one of the good source for reading about SQL...!!
     
    itsupportservice, Apr 17, 2010 IP
  15. MDDTyler

    MDDTyler Guest

    Messages:
    1
    Likes Received:
    0
    Best Answers:
    0
    Trophy Points:
    0
    #15
    with hostgator i have been using phpmyadmin i've learned to add tables on my own .. but i learn most of the things i know on my own.. i recommend making a BS database and messing around with it... with the help of w3schools that is! =]
     
    MDDTyler, Apr 27, 2010 IP
  16. brudawson

    brudawson Member

    Messages:
    144
    Likes Received:
    0
    Best Answers:
    0
    Trophy Points:
    26
    #16
    You want to learn about the SQL. SQL is used to communicate with a database.SQL statements are used to perform tasks such as update data on a database, or retrieve data from a database. The standard SQL commands such as "Select", "Insert", "Update", "Delete", "Create", and "Drop" can be used to accomplish almost everything that one needs to do with a database. And if you want to learn about the SQL through website is http://sqlcourse.com/intro.html
     
    brudawson, Apr 27, 2010 IP