
SQL Syntax Basics
If you work with databases, you may already be working with a structured query language, or SQL, without even knowing it. In this video, Lark…
Structured Query Language, more commonly known as SQL, can help you insert and retrieve data from databases. In this episode, Lars Klint teaches you how to use SQL queries to interact with databases using entirely free resources: the AdventureWorks sample database from Microsoft, a SQL Server and the SQL Server Management Studio (SSMS). You’ll learn how to retrieve data with the SELECT statement, filter with WHERE, combine sets with AND and OR, as well as order your data.
0:00 Introduction
0:41 Data and tooling
1:12 The SELECT statement
3:03 Filtering with WHERE
4:24 Combining data sets with AND and OR
6:27 Ordering data
7:34 Conclusion
SQL Server
https://www.microsoft.com/en-au/sql-server/sql-server-downloads
AdventureWorks DB
https://github.com/Microsoft/sql-server-samples/releases/tag/adventureworks
SQL Server Management Studio (SSMS)
https://docs.microsoft.com/en-us/sql/ssms/download-sql-server-management-studio-ssms?view=sql-server-ver15
Join the conversation on Discord
https://discord.gg/U3aBQq8Nnbp
Like and follow us on Facebook and Twitter
Facebook: https://www.facebook.com/acloudguru
Twitter: https://twitter.com/acloudguru
Being an avid learner means we are always beginners to a new topic or concept. With ACG Fundamentals, we want to equip you with the lessons you need to tackle new cloud concepts, projects, and real-world scenarios. With fun, bite-sized and succinct lessons, you'll be able to learn from anywhere in a matter of minutes. This is the series that puts the fun in fundamentals.
If you work with databases, you may already be working with a structured query language, or SQL, without even knowing it. In this video, Lark…
Azure roles play a very important part in your Azure architecture. But what are roles, and how do they work? Azure Active Directory, also known…
If you’re working with containers at all, there’s a good chance you’ve heard of Kubernetes (or K8s), but you may still be asking yourself “what…
Kubernetes is one of the most popular tools for managing and orchestrating containers, but getting started with Kubernetes can be tricky. One tool that can…
If you’ve been using Azure PowerShell, you might’ve noticed that when you launch a script, you’ll need to authenticate. That’s simple enough when you have…
PowerShell has been a preferred method of automating different actions and processes with Windows Administrators. As a cross-platform command-line and scripting environment, it employs cmdlets…
Psst…this one if you’ve been moved to ACG!