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

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

3 items

DimCustomerIdNamePostalCodeCityStateOrProvinceCountry
17367Cooper, Trinity97222MilwaukieOregonUnited States
22094Watson, Jared, A99362Walla WallaWashingtonUnited States
13479Rogers, Katelyn91945Lemon GroveCaliforniaUnited States

Generated 2025-07-10 12:05:00.630 UTC