[ROOT]  dt  DimCustomer  SELECT Name, PostalCode, City, StateOrProvince, Country   <  ORDER BY City   TITLE Customer with addresses. Shows use of EntityMethodKey through methods like TryGetCity   SKIP 750   <  SKIP 5216  >   <  TAKE 3  >   

Customer with addresses. Shows use of EntityMethodKey through methods like TryGetCity

3 items

DimCustomerIdNamePostalCodeCityStateOrProvinceCountry
14229Perez, Allen, B3220GeelongVictoriaAustralia
14684Zhang, James3220GeelongVictoriaAustralia
15120Suarez, Erika3220GeelongVictoriaAustralia

Generated 2025-10-14 19:11:16.159 UTC