filmov
tv
Practical SQL Beginner Tutorial Using Adventureworks Database Part 1
![preview_player](https://i.ytimg.com/vi/V9OFNuedmys/maxresdefault.jpg)
Показать описание
SQL is one of the fastest-growing programming languages. It is widely used by Data Analyst, Data Scientist, Database Administrators, Backend Developers, etc..
As an aspiring Business Intelligence analyst and Data Analyst, you are often faced with data from different databases as against the conventional Excel files you learnt building visualization with.
You will need to demonstrate a very good knowledge of SQL as business questions will be answered not just through the drag and drops Power BI environment but by demonstrating an understanding which addresses where the data required to answer this question resides in the database, how to retrieve it, what format must it be to be fit for the analysis, etc..
This is why you need to learn Structured Query Language. Business questions beget Queries.
As a beginner or intermediate learner, this series of videos will help you learn SQL in a practical way.
These are the few of the queries written in this video
select * from [HumanResources].[Employee]
select loginid, JobTitle, HireDate from [HumanResources].[Employee]
select top 20 loginid, JobTitle, HireDate from [HumanResources].[Employee]
select * from Person.Person
select FirstName, LastName from person.Person
select FirstName + ' ' + LastName as Fullname from person.Person
Please click this link to check the previous videos in this series:
The ultimate goal of this video series is to teach how to Analyse data using Microsoft Power BI and SQL Database.
#adventureworks #database #mysql #sqltutorial
As an aspiring Business Intelligence analyst and Data Analyst, you are often faced with data from different databases as against the conventional Excel files you learnt building visualization with.
You will need to demonstrate a very good knowledge of SQL as business questions will be answered not just through the drag and drops Power BI environment but by demonstrating an understanding which addresses where the data required to answer this question resides in the database, how to retrieve it, what format must it be to be fit for the analysis, etc..
This is why you need to learn Structured Query Language. Business questions beget Queries.
As a beginner or intermediate learner, this series of videos will help you learn SQL in a practical way.
These are the few of the queries written in this video
select * from [HumanResources].[Employee]
select loginid, JobTitle, HireDate from [HumanResources].[Employee]
select top 20 loginid, JobTitle, HireDate from [HumanResources].[Employee]
select * from Person.Person
select FirstName, LastName from person.Person
select FirstName + ' ' + LastName as Fullname from person.Person
Please click this link to check the previous videos in this series:
The ultimate goal of this video series is to teach how to Analyse data using Microsoft Power BI and SQL Database.
#adventureworks #database #mysql #sqltutorial
Комментарии