Suggestion required for Best SQL Courses

  • #1, by gulshan-negiWednesday, 22. February, 08:28 A month ago
    Hello this is Gulshan Negi
    I am a software developer and I work with CSS, HTML, C, C++, Java, JS, Python. I've recently started learning SQL, and I'm currently reading SQL for Dummies and The Art of SQL book to learn SQL. Should I take any SQL courses to enhance my skills, Is taking course really worth it? If yes, then which courses should I take?
    I need some suggestions on this.
    Thanks

    Newbie

    8 Posts


  • #2, by xlsiorMonday, 06. March, 01:40 3 weeks ago
    There are a lot of free online resources for learning SQL, but be aware that there are significant differences between the various flavors of SQL: MySQL, Postgresql, Microsoft SQL, SQLite...

    Knowing one will help with the others, but is by no means fully interchangeable.

    So the real question: what are you hoping to accomplish with SQL, and for what environment?

    Many websites use MySQL/MariaDB on the back end, in part because it's open source and free to use.
    Many corporations with Windows networks use Microsoft SQL on the back end
    Huge companies may use Oracle, but you won't see that much in smaller companies due to the $$$ licensing costs
    Small applications may use SQLite, which is free and self-contained.

    Combined "all of the above" SQL courses are likely going to be extremely generic and not give you a ton more than spending an hour on Google will tell you as well.

    Newbie

    8 Posts

  • #3, by gulshan-negiSaturday, 18. March, 06:24 A week ago
    Thanks a lot for taking interest on this.
    Thanks

    Newbie

    8 Posts

Write post