select distinct VNumber, ShipTo, FullName
from tCustomer
where FullName like "METRO TRAINS%"
order by 1, 2, 3