[ROOT]  dt  DimCustomer  SELECT Name, PostalCode, City, StateOrProvince, Country   ORDER BY City DESC  >   TITLE Customer with addresses. Shows use of EntityMethodKey through methods like TryGetCity   SKIP 2421   SHUFFLE   <  SKIP 3033  >   <  TAKE 4  >   

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

4 items

DimCustomerIdNamePostalCodeCityStateOrProvinceCountry
13459Foster, Devin, G92102San DiegoCaliforniaUnited States
23737Velez Amezaga, Elena90210Beverly HillsCaliforniaUnited States
18474Smith, James90802Long BeachCaliforniaUnited States
23675Prasad, Emmanuel98225BellinghamWashingtonUnited States

Generated 2025-07-10 07:18:01.075 UTC