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

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

4 items

DimCustomerIdNamePostalCodeCityStateOrProvinceCountry
23721Clark, John, M90241DowneyCaliforniaUnited States
27409Smith, Preston, J94014ColmaCaliforniaUnited States
21087Scott, Rebecca, E85049IngolstadtBayernGermany
18437Butler, Isabella, A90802Long BeachCaliforniaUnited States

Generated 2025-07-20 22:08:55.131 UTC