To retrieve records that are less than or the same as twenty, you would use the comparison operator <=
.
The correct question for the database would be:
Which records are <= 20?
Responses
>=20
>=20
<=20
<=20
>20
>20
<20
<20
1 answer
To retrieve records that are less than or the same as twenty, you would use the comparison operator <=
.
The correct question for the database would be:
Which records are <= 20?