[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 1989  >   <  TAKE 3  >   

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

3 items

DimCustomerIdNamePostalCodeCityStateOrProvinceCountry
15011Mitchell, Amber, E90241DowneyCaliforniaUnited States
17336Sanchez, Chase, A92118CoronadoCaliforniaUnited States
20674Butler, Samuel, T98225BellinghamWashingtonUnited States

Generated 2025-07-12 05:15:26.581 UTC