Data Analyst

Data Analyst

As a Data Analyst, I analyze and visualize data in order to answer business questions and to enable data-driven decision making.

66 posts
PostgreSQL - SELECT WHERE

PostgreSQL - SELECT WHERE

Introduction In this tutorial, we want to select data from a table that satisfy a certain condition. In order to do this, we use the SELECT Statement with the WHERE Clause. We have already created the table student with the following data: Example 1 We want to select all columns...

PostgreSQL - ORDER BY

PostgreSQL - ORDER BY

Introduction In this tutorial, we want to select data from a table and sort the result set. In order to do this, we use the SELECT Statement with the ORDER BY Clause. We have already created the table student with the following data: Example 1 - Sort rows in ascending...

PostgreSQL - LIMIT

PostgreSQL - LIMIT

Introduction In this tutorial, we want to select a specific number of rows from a table by using a SQL Statement. In order to do this, we use the SELECT Statement with the LIMIT Clause. We have already created the table student with the following data: SQL Statement We want...

PostgreSQL - SELECT DISTINCT

PostgreSQL - SELECT DISTINCT

Introduction In this tutorial, we want to select data from a table by using a SQL Statement. The result should not contain duplicate rows. In order to do this, we use the SELECT Statement with the DISTINCT Clause. We have already created the table student with the following data: Example...

PostgreSQL - SELECT

PostgreSQL - SELECT

Introduction In this tutorial, we want to select data from a table by using a SQL Statement. In order to do this, we use the SELECT Statement. We have already created the table student with the following data: Example 1 - SELECT specific columns We want to select the columns...

PostgreSQL - DELETE

PostgreSQL - DELETE

Introduction In this tutorial, we want to delete specific rows from a table by using a SQL Statement. In order to do this, we use the DELETE Statement. We have already created the table student with the following data: Example 1 We want to delete all rows where the name...

PostgreSQL - UPDATE

PostgreSQL - UPDATE

Introduction In this tutorial, we want to update the data in a table by using a SQL Statement. In order to do this, we use the UPDATE Statement. We have already created the table student with the following data: Example 1 We want to update the student with the name...

PostgreSQL - TRUNCATE

PostgreSQL - TRUNCATE

Introduction In this tutorial, we want to delete all rows from a table by using a SQL Statement. The table itself should remain. In order to do this, we use the TRUNCATE Statement. We have already created the table student with the following data: SQL Statement Now, let's...

PostgreSQL - INSERT

PostgreSQL - INSERT

Introduction In this tutorial, we want to insert new rows into a table by using a SQL Statement. In order to do this, we use the INSERT Statement. We have already created the table student. As you can see, the table is empty. SQL Statement Now, let's insert...

You’ve successfully subscribed to Deep Learning Nerds | The ultimate Learning Platform for AI and Data Science
Welcome back! You’ve successfully signed in.
Great! You’ve successfully signed up.
Success! Your email is updated.
Your link has expired
Success! Check your email for magic link to sign-in.