[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   SHUFFLE   <  SKIP 40  >   <  TAKE 4  >   

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

4 items

DimCustomerIdNamePostalCodeCityStateOrProvinceCountry
20365Scott, Isaac, L98225BellinghamWashingtonUnited States
12474Chandra, Tammy95000CergyVal d'OiseFrance
26786Smith, Seth, R94015Daly CityCaliforniaUnited States
17181Lal, Jenny, C70511StuttgartSaarlandGermany

Generated 2025-07-10 02:16:48.357 UTC