SQL Part 2.
SQL is a very organized, functional but tricky language. It is tricky because you have to logically think about which things or variables need to be factored in in order to smartly obtain important data from a table/database. I learnt a lot in one of my projects about handling some of the functions used in SQL and how they are used so that we can query a dataset with relevant data. It does get tricky, lets see some […]