In this last entry, I want to revisit how Join operations work, we know so far they will match the...
Time for the scariest segment of SQL query statements. As in the previous entry, we need to make...
Have you ever wondered how to update your data in a table by using SQL Statements? In this entry we...
In this episode we will be discussing a key concept of SQL and database administration, we will be...
Many times we have to look at how many characters there are in a string. Sometimes we even need to...
In this episode we are going to discuss how to extract characters from a string value. Let's say for...
Sometimes we need to join the data from multiple columns or string values to get the desired...
Many times we might need to use aggregated values in our Where Clause, as a way of limiting the...
In this episode we will be discussing the impact of NULL values in Aggregation. Null value means...
In this episode we are going to explore two additional functions we can utilise to aggregate our...
In this episode we will be discussing how to use Aliases in SQL queries and how to aggregate our...
Joining Multiple Tables Thus far we have discussed how to pull data from a single table....
By default the result set that gets returned to us from a query statement is sorted randomly....
WHERE is an incredible method to narrow down results from a database based on our specified...
Majority of the time when selecting data from the database, we want to narrow down the result set...
Selecting a record or records from a table is the most common function that we will be performing...
"Over the last decade, the amount of data that systems and devices generate has increased...
Hello everyone, I hope you have been enjoying this series on Git and Github as much as I have. But...
Today we are going to copy "someone else's" repository on our GitHub account and learn how to clone...
In the previous chapters we talked about how to merge branches, how to solve merge conflicts using...
We are now able to create different branches in the local repository as well as different branches...
Before we continue with branching and believe me there is a lot to cover there. I want to take this...
Welcome to this chapter, we are going to discuss one of the important features of Git which is...
Some important topics we covered in previous chapters allow us to do some interesting things with...
When you are creating your timeline/branch i.e setting up the history of your project. You gain an...
I want to revisit the git commit command and a few other things... In the previous chapter we made...
If you make websites, mobiles app or write any type of code, it is a good idea to use a version...
This is my impromptu post about me introducing myself and hopefully deliver on the promise I am...