Heads up! To view this whole video, sign in with your Courses account or enroll in your free 7-day trial. Sign In Enroll
Well done!
You have completed SQL Basics!
You have completed SQL Basics!
Preview
In this video, we'll review some of the concepts that we've covered in this stage and cover what you'll need to do to succeed in your practice session.
See all of the SQL used in SQL Basics in the SQL Basics Cheat Sheet.
Related Discussions
Have questions about this video? Start a discussion with the community and Treehouse staff.
Sign upRelated Discussions
Have questions about this video? Start a discussion with the community and Treehouse staff.
Sign up
You've learned the general pattern of
filtering using the WHERE keyword followed
0:00
by a condition.
0:02
Actually, you've learned that you can
use multiple conditions using the AND
0:04
keyword and the OR keyword.
0:08
The AND keyword is used to compare
all conditions for a particular row.
0:10
OR is used if you want to test if
either of the conditions are true.
0:15
Conditions come in a few other forms too.
0:19
One common condition is using
an operator to compare values.
0:22
[SOUND].
0:25
[SOUND] Equality, inequality, less than,
and greater than, to name a few.
0:26
You need to sign up for Treehouse in order to download course files.
Sign upYou need to sign up for Treehouse in order to set up Workspace
Sign up