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

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

3 items

DimCustomerIdNamePostalCodeCityStateOrProvinceCountry
26006Peterson, Garrett98107BallardWashingtonUnited States
18957Lopez, Mackenzie98168BurienWashingtonUnited States
24319Clark, Benjamin98036LynnwoodWashingtonUnited States

Generated 2025-07-09 19:36:42.887 UTC