Use comparison operators to write a question that the database will understand. Which records are more than or the same as three thousand?

<=3000
<3000
>3000
>=3000

Respuesta :

Answer:

D

Explanation:

≥ is the symbol for more or equal to but it is >= on computer

Answer:

>=3000

Explanation:

We are required to use the comparison operators, and they are like >  , <, <=, >=, != We need to use more than or same: And that is >=3000And this is the required answer