Author: Amar Kumar

SQL for Data Science – Part 2

This is 2nd part of the series where we are discussing the importance of SQL for Data Scientist and how we can utilize it for our project’s data requirement. ORDER BY & SUBQUERY ORDER BY is used to sort the results of a SQL query in ascending or descending order based on one or more […]

SQL for Data Scientist – Part 1

SQL stands for Structured Query Language and is a very critical tool for Data Scientist. A query language is a type of programming language which is designed to facilitate the information retrieval from the databases as per requirement. We can also call SQL a language for databases in a layman term. Most of the companies […]