[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 0   SHUFFLE   <  SKIP 1987  >   <  TAKE 3  >   

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

3 items

DimCustomerIdNamePostalCodeCityStateOrProvinceCountry
25852Bennett, Amanda, M98036LynnwoodWashingtonUnited States
24634He, Crystal, S98312BremertonWashingtonUnited States
21734Garcia, Grace90802Long BeachCaliforniaUnited States

Generated 2025-10-31 20:17:07.752 UTC