[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 250   SKIP 4000   <  SKIP 1223  >   <  TAKE 7  >   

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

7 items

DimCustomerIdNamePostalCodeCityStateOrProvinceCountry
17704Moreno, Nelson, R45001EssenHamburgGermany
17764Garcia, Terrance, L45001EssenHamburgGermany
17928She, Terrence, S45001EssenHamburgGermany
19349Anand, Warren, M45001EssenHamburgGermany
20140Navarro, Joe, A45001EssenHamburgGermany
22585He, Kelvin, A45001EssenHamburgGermany
22627Sharma, Shawna, K45001EssenHamburgGermany

Generated 2025-07-22 14:07:59.394 UTC