Business analysis
-
SQL Subquery select statement with example
A Subquery is a select query that is enclosed inside another query. The inner select query is usually used to…
Read More » -
What are alias in SQL
Alias in SQL is used to attribute a temporary name for a Table to reduce the amount of coding. Alias…
Read More » -
Full outer Join in SQL with example
SQL full outer join statement returns all the rows when there is a match in either left or the right…
Read More » -
SQL right Join full explanation with example
Hi there, In this post, I will explain, how to use right join in SQL, SQL right join statement returns…
Read More » -
SQL Left Join full explanation with example
Hi there, In this post, I will explain, how to use left join in SQL, SQL left join statement returns…
Read More » -
SQL inner Join full explanation with example
Hi there, In this post, I will explain, how to use inner join in SQL, SQL inner join statement returns…
Read More » -
How to create a table using SQL and insert values into it
Hello there, In this post, I will explain how to create the following table using SQL commands. Assignment: Create a…
Read More » -
SQL Syntax
In this post, I will explain the main syntax that you need to know before learning advanced commands. Show databases;…
Read More » -
How to install MySQL on windows
In this tutorial, I will explain the steps you need to follow to download MySQL on Windows. This tutorial is…
Read More »