SQL Querying with Joins, Set Theory Clauses, and Subqueries

In this article, we introduce SQL querying techniques that are more applicable in real-life databases. In a realistic data environment, a data scientist will likely encounter scenarios where one has to retrieve data from multiple sources before analyzing them with statistical methods. In this case, techniques such as joining columns of information from different databases, …

Continue reading SQL Querying with Joins, Set Theory Clauses, and Subqueries

SQL Querying on Databases

We start off with a brief introduction to SQL and discuss the various platforms that use it and why it is so important as a skill for data scientists today. SQL is an acronym for Structured Query Language. As the name suggests, SQL was built for querying databases. It is important to note that SQL …

Continue reading SQL Querying on Databases