[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 376   SHUFFLE   <  SKIP 620  >   <  TAKE 3  >   

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

3 items

DimCustomerIdNamePostalCodeCityStateOrProvinceCountry
16377Adams, Jordan, F90012Los AngelesCaliforniaUnited States
18075Adams, Courtney, C90505TorranceCaliforniaUnited States
20370Young, Blake, S98027IssaquahWashingtonUnited States

Generated 2025-07-13 23:21:45.109 UTC