Gunakan Antara Operator di MySQL

SELECT * FROM cars.customers
where creditLimit 
between 20000 and 500000;
SaadMakhdoom