SQL Knowledge Center · About ·
Easy Interactive Online SQL Training for Beginners

SQL WHERE ... Greater than or equal Tutorial - Filter Database Records

Lesson 5 of 31

WHERE ... Greater than or equal

Interactive SQL Tutorial

SQL accepts various inequality symbols, including:
= “equal to”
> “greater than”
< “less than”
>= “greater than or equal to”
<= “less than or equal to”

Can you return all rows in family_members where num_books_read is a value greater or equal to 180?

SQL:

Query Result:

Available Tables: