Excel Functions in SQL
Today we’ll be learning about SQL functions. We have functions in SQL similar to Excel.
The following Table ‘cricket’ we have.
Today we’ll be learning about SQL functions. We have functions in SQL similar to Excel.
The following Table ‘cricket’ we have.
Today we’ll be learning about the SELECT statement in SQL.
Using the ‘Select *‘ statement in the query will return the entire table (all the columns and all the rows). Read more
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.