SELECT customer_name FROM Customers WHERE customer_name LIKE 'Gr%' OR customer_name LIKE '%ez' OR customer_name LIKE '%tech%';
Click Run to execute this code.