SQL Basics: Start with SQL
In this tutorial we’ll be starting with SQL and learning basics. I’ll be using MYSQL workbench 6.3 for the tutorial.
SQL is NOT case sensitive: select is the same as SELECT. We can write our queries in either upper case or lower case or in both of them.