Skip to content
KnowledgeCity

SQL: Querying Fundamentals

Gain an understanding of basic SQL syntax and statements
Preview the first lesson free — get full access to all 6 lessons.
Course: On-Demand
Beginner Provider Eric Grose  6 Lessons ·  36m  in English 

Course Description

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.

What You'll Learn

  • Write SQL queries by building on foundational SELECT statement concepts
  • Use the SELECT statement to retrieve specific columns of data from a table
  • Incorporate the FROM statement to specify which data table to retrieve data from
  • Apply conditions to your data analysis using the WHERE statement
  • Sort data into the desired format using the ORDER BY statement
  • Use operators in SQL to perform math for detailed analysis

Key Takeaways

  • The SELECT statement is the most fundamental statement in SQL and is used to select specific columns of data from a table.
  • The FROM statement specifies which data table to retrieve data from.
  • The WHERE statement adds conditional formatting to queries, applying conditions to your data analysis.
  • The ORDER BY statement sorts data into the desired format.
  • Operators in SQL are used to perform math for detailed analysis.

Frequently Asked Questions

What does this course cover?

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.

What skills will I gain from this course?

You will gain skills in Database Queries and the Multiple-System Operator.

How is the course structured?

The course is organized into lessons: Query Syntax Overview, SELECT Clause, FROM Clause, WHERE Clause, ORDER BY Clause, and Querying Operators.

What is the SELECT statement used for in this course?

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.

How does the course teach query writing?

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.