
Install docker on mac and set up a Microsoft SQL Server container, then connect with Azure Data Studio to restore the AdventureWorks 2017 backup and explore 71 tables.
Connect to the school server, inspect the sample database, and sort country names alphabetically using asc, then desc to practice data ordering.
Learn how to alias a table and specific columns in SQL, renaming product model and product description in a query and using shorter aliases.
Learn to filter purchase orders for products by applying two conditions: site value and price less than 35 dollars. Combine these criteria with the and operator to filter the results.
Scenario 14 demonstrates filtering non-null values in the production table to identify scrap reasons, using the is not null operator to exclude empty entries.
Join the production.work_order and production.product tables in scenario 18 using an inner join on the product id to display caller id, product id, and the product name.
Join production.product with production.productsubcategory using a full join to map each product to its subcategory name, selecting product id and subcategory name, then check for null product names.
Scenario 28 demonstrates calculating the amount lost by multiplying unit price by projected quantity in a table with product, unit price, order quantity, line total, and projected quantity.
SQL Tutorial for Beginners in 2020- Learn SQL quickly using 30 Scenarios on Mac and Windows
A comprehensive course to teach you SQL on Mac and Windows.
If you are looking for a complete SQL tutorial for beginners, this tutorial is a great way to learn SQL using 30 real-time scenarios.
You will be able to write SQL queries confidently by just practicing the 30 scenarios in this SQL Tutorial.
You can learn SQL on Mac and Windows from this SQL Tutorial. This SQL Tutorial will cover all the topics of Structured Query Language(SQL) starting from scratch. This tutorial is great for beginners who want to learn SQL and for professionals who want to brush up their SQL Skills.
Structured Query Language(SQL) is supported by various database management systems(DBMS).
In this SQL Tutorial, we will be using SQL Server to learn SQL on both Mac and Windows.
Microsoft's SQL Server is one of the most popular database management systems(DBMS) in the world and learning SQL using SQL Server can help you earn nearly $100,000 per year.Even if you use a different DBMS like MySQL, you can benefit a lot from this SQL Tutorial as more than 90% of the SQL skills you learn in this tutorial is easily transferable to other database management systems(DBMS).
What you'll learn from this SQL Tutorial:
1.Start from scratch installing SQL Server on Mac and Windows in 2020.
2.Learn SQL quickly using 30 real world Scenarios
3.Learn SQL using Azure Data Studio on Mac and Windows
4.Download and Restore a sample database(AdventureWorks) to SQL Server on Mac and Windows
5.Download and Install Azure Data Studio on Mac and Windows
6.Model real-world scenarios and write SQL queries across multiple tables
This beginner's course is for you if you want to learn SQL Skills in Mac or Windows.