Enjoying the preview?
This is the free first lesson. Get full access — request a demo or sign in.
Enjoying the preview?
This is the free first lesson. Get full access — request a demo or sign in.
These lessons take a step-by-step approach to teach you how to write SQL queries by gradually building on the foundational concepts of the SELECT statement, FROM statement, WHERE statement, ORDER BY statement, and operators.
The first concept we’ll cover is the SELECT statement, which is the most fundamental statement in SQL. This statement is used to select specific columns of data from a table, and you will learn how to use the SELECT statement to retrieve the data they need for their analysis. The next concept that will be covered is the FROM statement, which is used to specify which data table to retrieve data from. Then we’ll cover how to add conditional formatting to their queries using the WHERE statement, and you’ll learn how to use the ORDER BY statement to sort data into the desired format. Lastly, we’ll cover how to use operators in SQL to perform math for detailed analysis.
It takes a step-by-step approach to teaching how to write SQL queries by gradually building on the foundational concepts of the SELECT statement, FROM statement, WHERE statement, ORDER BY statement, and operators.
You will gain skills in Database Queries and the Multiple-System Operator.
The course is organized into lessons: Query Syntax Overview, SELECT Clause, FROM Clause, WHERE Clause, ORDER BY Clause, and Querying Operators.
The SELECT statement is the most fundamental statement in SQL and is used to select specific columns of data from a table, allowing you to retrieve the data you need for your analysis.
It uses a step-by-step approach that gradually builds on foundational concepts, starting with the SELECT statement and progressing through FROM, WHERE, ORDER BY, and operators.