sql tutorial for beginners

  • Any buddy reply me, if they are having good resource for sql tutorial for beginners, though i have this one sql tutorial for beginners

  • In my opinion nothing beats original documentation, please follow link next to Microsoft tutorials on SQL Server... http://msdn.microsoft.com/en-us/library/ms167593.aspx

    _____________________________________
    Pablo (Paul) Berzukov

    Author of Understanding Database Administration available at Amazon and other bookstores.

    Disclaimer: Advice is provided to the best of my knowledge but no implicit or explicit warranties are provided. Since the advisor explicitly encourages testing any and all suggestions on a test non-production environment advisor should not held liable or responsible for any actions taken based on the given advice.
  • You could also check on youtube for some very good videos.

    M&M

  • A very useful tutorial for beginners in Database management system on Scaler topics. you can explore number of useful articles related to SQL and DBMS. You will learn the definition, history, characteristics, applications, pros and cons of DBMS with practical examples that will help you retain the concepts seamlessly.

    • This reply was modified 2 years, 2 months ago by  priyanka13.
  • Even though the post above is a decade old now, it's still a great recommendation.  I can't speak to the first link with any knowledge because this is the first time I've seen it but I have confirmed that the link still works, as does the second.

    The second link is what I normally refer beginners to with the understand that it covers MANY different SQL RDBMS engines and not just Microsoft SQL Server/T-SQL.  That can be an advantage and a disadvantage because it's not always totally clear on which engine is being used for some of the demos.  There's a lot of "common" SQL known as ANSI SQL but almost none of the engines follow pure ANSI SQL.

    They DO have different sections for the different functions of each RDBMS, though.  And virtually every page has a "Try It" section where you can write a query and see what is returned.

    --Jeff Moden


    RBAR is pronounced "ree-bar" and is a "Modenism" for Row-By-Agonizing-Row.
    First step towards the paradigm shift of writing Set Based code:
    ________Stop thinking about what you want to do to a ROW... think, instead, of what you want to do to a COLUMN.

    Change is inevitable... Change for the better is not.


    Helpful Links:
    How to post code problems
    How to Post Performance Problems
    Create a Tally Function (fnTally)

  • This was removed by the editor as SPAM

Viewing 7 posts - 1 through 6 (of 6 total)

You must be logged in to reply to this topic. Login to reply