Skill
SQL for Data Practitioners: Specific Filtering
April 2022 with Jonathan Barrios
- Entry
- 5 videos
- 42 mins
Congrats on making it to this part of your SQL journey! So far you've learned filter select subsets of data that match a certain criteria. You accomplished this by combining the SELECT and WHERE statements which are fundamental parts of SQL statements you'll use often. Additionally, you used the WHERE keyword to specify conditions on columns to return rows that contain particular data. For example, SELECT specify columns FROM a particular table, WHERE a condition is met.
In this set of videos, you'll start to expand your SQL syntax to write more complex queries to filter your data even further. You'll learn to use the IN, IS, and NOT keywords to filter your queries by specific conditions.
In this set of videos, you'll start to expand your SQL syntax to write more complex queries to filter your data even further. You'll learn to use the IN, IS, and NOT keywords to filter your queries by specific conditions.
Recommended Experience
Jonathan Barrios has been a CBT Nuggets trainer since 2021. His expertise areas include full-stack software development, data science, and machine learning. He has experience using the following technologies: HTML, CSS, JavaScript, PHP, Python, SQL, NoSQL, and frameworks/libraries such as Vue, React, Django, NumPy, Pandas, Matplotlilb, Scrappy, BeautifulSoup, SciPy, Seaborn, Plotly, Scikit-learn, Tensorflow, and PySpark.
- None
- Data Analysts
- Data Practitioners
- SQL Developers
Jonathan Barrios has been a CBT Nuggets trainer since 2021. His expertise areas include full-stack software development, data science, and machine learning. He has experience using the following technologies: HTML, CSS, JavaScript, PHP, Python, SQL, NoSQL, and frameworks/libraries such as Vue, React, Django, NumPy, Pandas, Matplotlilb, Scrappy, BeautifulSoup, SciPy, Seaborn, Plotly, Scikit-learn, Tensorflow, and PySpark.

Trainer