Does this query give us items with games_won equal to 1162?

Yes, because we're using the less than or equal operatorNo, we should use the < operator for thatNo, since <= is not a valid operator

Yes, because we're using the less than or equal operator.