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

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

4 items

DimCustomerIdNamePostalCodeCityStateOrProvinceCountry
28797Wood, Alexandra, C94611OaklandCaliforniaUnited States
23721Clark, John, M90241DowneyCaliforniaUnited States
19428Turner, Eric, B64283DarmstadtHessenGermany
23340Collins, Mackenzie, I92118CoronadoCaliforniaUnited States

Generated 2025-07-13 15:57:14.917 UTC