Tables

Data

Why You Need to Learn SQL RIGHT NOW (SQL Tutorial for Beginners)

A common debate among data scientists is the need to learn SQL. Needless to say, this surprises me, as SQL is the lingua franca of data, having been around in one form or another since the 70s. Not learning it seems like a mistake. I’m glad to see NetworkChuck not only agrees, but he feels […]

Read More
Data

Transaction SQL tutorial : SQL Commit and Rollback

A great tutorial on the ACID capabilities of SQL. A transaction is the propagation of one or more changes to the database. For example, if you are creating a record or updating a record or deleting a record from the table, then you are performing transaction on the table. It is important to control transactions […]

Read More
Data Visualization

How to Build Excel Interactive Dashboards

In this step-by-step tutorial by Kevin Stratvert, learn how to create dynamic and interactive Excel dashboards. With a dashboard, you can showcase the most important information and key performance indicators (KPIs) that your organization cares about. Best of all, you only need is out of the box Microsoft Excel – no plug-ins, etc.

Read More
Azure

How to get started with Azure Monitor Workbooks

In this video, learn how Azure Monitor Workbooks provide a flexible canvas for data analysis and the creation of rich visual reports within the Azure Portal. Workbooks allow you to query data from multiple sources in Azure and create custom visualizations for interactive reporting and analysis. Learn more about Azure Monitor at: https://aka.ms/MonitoringDocs

Read More