Lesson 5 of 31
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?