Conditionally Select out Filtered Data with SQL Where

InstructorTyler Clark

Share this video with your friends

Send Tweet

SQL gives us the power to choose what data we pull out of our table. We will use the where clause within our select statement with many operators. These include the greater than, less than, equal, and not equal. We will also use some special operators such as "in", "between", and "is".