Open in app
Home
Notifications
Lists
Stories

Write
The Data Squirrel
The Data Squirrel

Home

Sep 8, 2021

SQL: Working with NULL Values

This blog covers the handling of NULL values in SQL. A NULL value is used in SQL when information for a column is either unknown or applicable. Note that a NULL value is different from the value zero. Any arithmetic expression (unary, binary or relational) results in a NULL if…

Sql

2 min read

SQL: Working with NULL Values
SQL: Working with NULL Values

Aug 3, 2021

Baking SQL: Perfecting the elements

This blog covers some of the concepts as well as applications of the SQL queries and clauses. I will keep on updating the blog as and when I get more time or I learn newer concepts. SELECT — The result of a SELECT statement is another table known as result…

Sql

2 min read

Baking SQL: Perfecting the elements
Baking SQL: Perfecting the elements

Jul 10, 2021

Baking SQL: Know the recipe

This blog covers the order of execution of various SQL queries. SQL is a non-procedural language. This means that unlike other procedural languages, we do not write steps to be performed to achieve a desired functionality. …

Sql

2 min read

Baking SQL: Know the recipe
Baking SQL: Know the recipe

Jul 3, 2021

Baking SQL: Picking up the Ingredients

This blog covers the common data types in SQL and their useful properties. Please note that this is not an exhaustive list and is meant to be a quick reference for most frequently used data types. Numeric: INTEGER (4 bytes), SMALLINT (2 bytes), BIGINT (8 bytes), FLOAT [(n)], MONEY (8…

Sql Beginner

1 min read

Baking SQL: Picking up the Ingredients
Baking SQL: Picking up the Ingredients

Jun 27, 2021

SQL: Building Foundations

The databases which store data as tables related to each other by some attribute(s) are called Relational Databases. The rows and columns of the table in which data resides are not in any particular order. SQL Server, MySQL are examples of RDBMSs, i.e., Relational Database Management Systems. SQL is a…

Sql

1 min read

SQL: Building Foundations
SQL: Building Foundations

Jun 27, 2021

SQL: Normalization of data

Normalization is a process of removing redundancies from the data. Sometimes, more than one columns in a table are functionally dependent on one another. In other words, it is possible to deduce the values in one column by knowing the values in the other. …

Sql

2 min read

SQL: Normalization of data
SQL: Normalization of data

Jun 27, 2021

Hello World!

I am an aspiring data analyst and an engineering graduate in Electrical Engineering. I am skilled in Python programming and I have completed Google Data Analytics Specialization certificate on Coursera as well. So, why I am writing this blog? To serve two purposes: — To be able to document my…

Sql

2 min read

Hello World!
Hello World!
The Data Squirrel

The Data Squirrel

Collecting data nuts, one at a time!

Help

Status

Writers

Blog

Careers

Privacy

Terms

About

Knowable